Html Css Color HEX #D03491 Deep Cerise

📋 copy color: '#D03491'

red 208 ◦ green 52 ◦ blue 145

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

Shades of Deep Cerise #D03491

Tints of Deep Cerise #D03491

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.84%

 BLUE value IS 145 (57.03% from 255) = 35.8%

R = 51.36%
G = 12.84%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D03491 (or 0xD03491) is known color: Deep Cerise. HEX triplet: D0, 34 and 91. RGB value is (208,52,145). Sum of RGB (Red+Green+Blue) = 208+52+145=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 52 (20.70% from 255 or 12.84% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D03491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03491 is #2FCB6E. Grayscale: #6D6D6D. Windows color (decimal): -3132271 or 9516240. OLE color: 9516240.

HSL color Cylindrical-coordinate representation of color #D03491: hue angle of 324.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 #D03491 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 52 145 -
CMYK 0 0.75 0.30 0.18
HSL 324.23º 0.62% 0.51% -
HSV(B) 324.23º 0.75% 0.82% -
XYZ 32.35 17.91 28.54 -
YUV 109.25 148.18 198.44 -
System Red Green Blue C M Y K H S L
Decimal 208 52 145 0 0.75 0.30 0.18 324.23 0.62 0.51
Hex D0 34 91 0 4B 1E 12 144 3E 33
Octal 320 64 221 0 113 36 22 504 76 63
Binary 11010000 110100 10010001 0 1001011 11110 10010 101000100 111110 110011

Color Harmonies of #D03491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03491

Black with #D03491

Text Example


Text Example

White with #D03491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03491; }

 p { color: rgb(208,52,145); }

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

background-color css

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

 a { background-color: rgb(208,52,145); }

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

border-color css

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

 span { border-color: rgb(208,52,145); }

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