Html Css Color HEX #D03696 Deep Cerise

📋 copy color: '#D03696'

red 208 ◦ green 54 ◦ blue 150

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

Shades of Deep Cerise #D03696

Tints of Deep Cerise #D03696

RGB

 RED value IS 208 (81.64% from 255) = 50.49%

 GREEN value IS 54 (21.48% from 255) = 13.11%

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

R = 50.49%
G = 13.11%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D03696 (or 0xD03696) is known color: Deep Cerise. HEX triplet: D0, 36 and 96. RGB value is (208,54,150). Sum of RGB (Red+Green+Blue) = 208+54+150=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 54 (21.48% from 255 or 13.11% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D03696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03696 is #2FC969. Grayscale: #6E6E6E. Windows color (decimal): -3131754 or 9844432. OLE color: 9844432.

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

Color convert

RGB 208 54 150 -
CMYK 0 0.74 0.28 0.18
HSL 322.6º 0.62% 0.51% -
HSV(B) 322.6º 0.74% 0.82% -
XYZ 32.84 18.25 30.65 -
YUV 110.99 150.02 197.19 -
System Red Green Blue C M Y K H S L
Decimal 208 54 150 0 0.74 0.28 0.18 322.6 0.62 0.51
Hex D0 36 96 0 4A 1C 12 143 3E 33
Octal 320 66 226 0 112 34 22 503 76 63
Binary 11010000 110110 10010110 0 1001010 11100 10010 101000011 111110 110011

Color Harmonies of #D03696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03696

Black with #D03696

Text Example


Text Example

White with #D03696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03696; }

 p { color: rgb(208,54,150); }

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

background-color css

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

 a { background-color: rgb(208,54,150); }

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

border-color css

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

 span { border-color: rgb(208,54,150); }

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