Html Css Color HEX #D03390 Deep Cerise

📋 copy color: '#D03390'

red 208 ◦ green 51 ◦ blue 144

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

Shades of Deep Cerise #D03390

Tints of Deep Cerise #D03390

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.66%

 BLUE value IS 144 (56.64% from 255) = 35.73%

R = 51.61%
G = 12.66%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D03390 (or 0xD03390) is known color: Deep Cerise. HEX triplet: D0, 33 and 90. RGB value is (208,51,144). Sum of RGB (Red+Green+Blue) = 208+51+144=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 51 (20.31% from 255 or 12.66% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D03390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03390 is #2FCC6F. Grayscale: #6C6C6C. Windows color (decimal): -3132528 or 9450448. OLE color: 9450448.

HSL color Cylindrical-coordinate representation of color #D03390: hue angle of 324.46º degrees, saturation: 0.63, 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 #D03390 is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 51 144 -
CMYK 0 0.75 0.31 0.18
HSL 324.46º 0.63% 0.51% -
HSV(B) 324.46º 0.75% 0.82% -
XYZ 32.23 17.79 28.12 -
YUV 108.55 148.01 198.94 -
System Red Green Blue C M Y K H S L
Decimal 208 51 144 0 0.75 0.31 0.18 324.46 0.63 0.51
Hex D0 33 90 0 4B 1F 12 144 3F 33
Octal 320 63 220 0 113 37 22 504 77 63
Binary 11010000 110011 10010000 0 1001011 11111 10010 101000100 111111 110011

Color Harmonies of #D03390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03390

Black with #D03390

Text Example


Text Example

White with #D03390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03390; }

 p { color: rgb(208,51,144); }

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

background-color css

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

 a { background-color: rgb(208,51,144); }

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

border-color css

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

 span { border-color: rgb(208,51,144); }

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