Html Css Color HEX #D03490 Deep Cerise

📋 copy color: '#D03490'

red 208 ◦ green 52 ◦ blue 144

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

Shades of Deep Cerise #D03490

Tints of Deep Cerise #D03490

RGB

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

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

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

R = 51.49%
G = 12.87%
B = 35.64%

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

#D03490 (or 0xD03490) is known color: Deep Cerise. HEX triplet: D0, 34 and 90. RGB value is (208,52,144). Sum of RGB (Red+Green+Blue) = 208+52+144=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D03490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03490 is #2FCB6F. Grayscale: #6C6C6C. Windows color (decimal): -3132272 or 9450704. OLE color: 9450704.

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

Color convert

RGB 208 52 144 -
CMYK 0 0.75 0.31 0.18
HSL 324.62º 0.62% 0.51% -
HSV(B) 324.62º 0.75% 0.82% -
XYZ 32.27 17.88 28.14 -
YUV 109.13 147.68 198.52 -
System Red Green Blue C M Y K H S L
Decimal 208 52 144 0 0.75 0.31 0.18 324.62 0.62 0.51
Hex D0 34 90 0 4B 1F 12 145 3E 33
Octal 320 64 220 0 113 37 22 505 76 63
Binary 11010000 110100 10010000 0 1001011 11111 10010 101000101 111110 110011

Color Harmonies of #D03490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03490

Black with #D03490

Text Example


Text Example

White with #D03490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03490; }

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

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

background-color css

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

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

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

border-color css

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

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

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