Html Css Color HEX #D12596 Deep Cerise

📋 copy color: '#D12596'

red 209 ◦ green 37 ◦ blue 150

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

Shades of Deep Cerise #D12596

Tints of Deep Cerise #D12596

RGB

 RED value IS 209 (82.03% from 255) = 52.78%

 GREEN value IS 37 (14.84% from 255) = 9.34%

 BLUE value IS 150 (58.98% from 255) = 37.88%

R = 52.78%
G = 9.34%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D12596 (or 0xD12596) is known color: Deep Cerise. HEX triplet: D1, 25 and 96. RGB value is (209,37,150). Sum of RGB (Red+Green+Blue) = 209+37+150=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 37 (14.84% from 255 or 9.34% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D12596 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12596 is #2EDA69. Grayscale: #656565. Windows color (decimal): -3070570 or 9840081. OLE color: 9840081.

HSL color Cylindrical-coordinate representation of color #D12596: hue angle of 320.58º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D12596 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 37 150 -
CMYK 0 0.82 0.28 0.18
HSL 320.58º 0.7% 0.48% -
HSV(B) 320.58º 0.82% 0.82% -
XYZ 32.46 17.08 30.44 -
YUV 101.31 155.48 204.81 -
System Red Green Blue C M Y K H S L
Decimal 209 37 150 0 0.82 0.28 0.18 320.58 0.7 0.48
Hex D1 25 96 0 52 1C 12 141 46 30
Octal 321 45 226 0 122 34 22 501 106 60
Binary 11010001 100101 10010110 0 1010010 11100 10010 101000001 1000110 110000

Color Harmonies of #D12596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12596

Black with #D12596

Text Example


Text Example

White with #D12596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12596; }

 p { color: rgb(209,37,150); }

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

background-color css

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

 a { background-color: rgb(209,37,150); }

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

border-color css

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

 span { border-color: rgb(209,37,150); }

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