Html Css Color HEX #D03290 Deep Cerise

📋 copy color: '#D03290'

red 208 ◦ green 50 ◦ blue 144

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

Shades of Deep Cerise #D03290

Tints of Deep Cerise #D03290

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.44%

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

R = 51.74%
G = 12.44%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D03290 (or 0xD03290) is known color: Deep Cerise. HEX triplet: D0, 32 and 90. RGB value is (208,50,144). Sum of RGB (Red+Green+Blue) = 208+50+144=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 50 (19.92% from 255 or 12.44% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D03290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03290 is #2FCD6F. Grayscale: #6B6B6B. Windows color (decimal): -3132784 or 9450192. OLE color: 9450192.

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

Color convert

RGB 208 50 144 -
CMYK 0 0.76 0.31 0.18
HSL 324.3º 0.63% 0.51% -
HSV(B) 324.3º 0.76% 0.82% -
XYZ 32.19 17.7 28.11 -
YUV 107.96 148.35 199.36 -
System Red Green Blue C M Y K H S L
Decimal 208 50 144 0 0.76 0.31 0.18 324.3 0.63 0.51
Hex D0 32 90 0 4C 1F 12 144 3F 33
Octal 320 62 220 0 114 37 22 504 77 63
Binary 11010000 110010 10010000 0 1001100 11111 10010 101000100 111111 110011

Color Harmonies of #D03290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03290

Black with #D03290

Text Example


Text Example

White with #D03290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03290; }

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

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

background-color css

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

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

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

border-color css

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

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

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