Html Css Color HEX #D03694 Deep Cerise

📋 copy color: '#D03694'

red 208 ◦ green 54 ◦ blue 148

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

Shades of Deep Cerise #D03694

Tints of Deep Cerise #D03694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.1%

R = 50.73%
G = 13.17%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D03694 (or 0xD03694) is known color: Deep Cerise. HEX triplet: D0, 36 and 94. RGB value is (208,54,148). Sum of RGB (Red+Green+Blue) = 208+54+148=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 54 (21.48% from 255 or 13.17% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D03694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03694 is #2FC96B. Grayscale: #6E6E6E. Windows color (decimal): -3131756 or 9713360. OLE color: 9713360.

HSL color Cylindrical-coordinate representation of color #D03694: hue angle of 323.38º 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 #D03694 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 54 148 -
CMYK 0 0.74 0.29 0.18
HSL 323.38º 0.62% 0.51% -
HSV(B) 323.38º 0.74% 0.82% -
XYZ 32.68 18.19 29.81 -
YUV 110.76 149.02 197.36 -
System Red Green Blue C M Y K H S L
Decimal 208 54 148 0 0.74 0.29 0.18 323.38 0.62 0.51
Hex D0 36 94 0 4A 1D 12 143 3E 33
Octal 320 66 224 0 112 35 22 503 76 63
Binary 11010000 110110 10010100 0 1001010 11101 10010 101000011 111110 110011

Color Harmonies of #D03694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03694

Black with #D03694

Text Example


Text Example

White with #D03694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03694; }

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

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

background-color css

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

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

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

border-color css

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

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

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