Html Css Color HEX #D52786 Deep Cerise

📋 copy color: '#D52786'

red 213 ◦ green 39 ◦ blue 134

#D52786
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D52786

Tints of Deep Cerise #D52786

RGB

 RED value IS 213 (83.59% from 255) = 55.18%

 GREEN value IS 39 (15.63% from 255) = 10.1%

 BLUE value IS 134 (52.73% from 255) = 34.72%

R = 55.18%
G = 10.1%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D52786 (or 0xD52786) is known color: Deep Cerise. HEX triplet: D5, 27 and 86. RGB value is (213,39,134). Sum of RGB (Red+Green+Blue) = 213+39+134=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 39 (15.62% from 255 or 10.10% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D52786 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52786 is #2AD879. Grayscale: #656565. Windows color (decimal): -2807930 or 8792021. OLE color: 8792021.

HSL color Cylindrical-coordinate representation of color #D52786: hue angle of 327.24º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D52786 is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 39 134 -
CMYK 0 0.82 0.37 0.16
HSL 327.24º 0.69% 0.49% -
HSV(B) 327.24º 0.82% 0.84% -
XYZ 32.47 17.32 24.19 -
YUV 101.86 146.15 207.28 -
System Red Green Blue C M Y K H S L
Decimal 213 39 134 0 0.82 0.37 0.16 327.24 0.69 0.49
Hex D5 27 86 0 52 25 10 147 45 31
Octal 325 47 206 0 122 45 20 507 105 61
Binary 11010101 100111 10000110 0 1010010 100101 10000 101000111 1000101 110001

Color Harmonies of #D52786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52786

Black with #D52786

Text Example


Text Example

White with #D52786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52786; }

 p { color: rgb(213,39,134); }

 H1.HeaderClassName
 {
   color: #D52786;
 }
 .AnyTagClassName
 {
   color: #D52786;
 }
</style>

background-color css

<style>
 a { background-color: #D52786; }

 a { background-color: rgb(213,39,134); }

 div.DivClassName
 {
   background-color: #D52786;
 }
 .BgClassName
 {
   background-color: #D52786;
 }
</style>

border-color css

<style>
 span { border-color: #D52786; }

 span { border-color: rgb(213,39,134); }

 td.TdClassName
 {
   border-color: #D52786;
 }
 .TagClassName
 {
   border-color: #D52786;
 }
</style>