Html Css Color HEX #D03594 Deep Cerise

📋 copy color: '#D03594'

red 208 ◦ green 53 ◦ blue 148

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

Shades of Deep Cerise #D03594

Tints of Deep Cerise #D03594

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.96%

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

R = 50.86%
G = 12.96%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D03594 (or 0xD03594) is known color: Deep Cerise. HEX triplet: D0, 35 and 94. RGB value is (208,53,148). Sum of RGB (Red+Green+Blue) = 208+53+148=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 53 (21.09% from 255 or 12.96% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D03594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03594 is #2FCA6B. Grayscale: #6D6D6D. Windows color (decimal): -3132012 or 9713104. OLE color: 9713104.

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

Color convert

RGB 208 53 148 -
CMYK 0 0.75 0.29 0.18
HSL 323.23º 0.62% 0.51% -
HSV(B) 323.23º 0.75% 0.82% -
XYZ 32.63 18.09 29.79 -
YUV 110.18 149.35 197.78 -
System Red Green Blue C M Y K H S L
Decimal 208 53 148 0 0.75 0.29 0.18 323.23 0.62 0.51
Hex D0 35 94 0 4B 1D 12 143 3E 33
Octal 320 65 224 0 113 35 22 503 76 63
Binary 11010000 110101 10010100 0 1001011 11101 10010 101000011 111110 110011

Color Harmonies of #D03594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03594

Black with #D03594

Text Example


Text Example

White with #D03594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03594; }

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

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

background-color css

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

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

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

border-color css

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

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

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