Html Css Color HEX #D03090 Deep Cerise

📋 copy color: '#D03090'

red 208 ◦ green 48 ◦ blue 144

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

Shades of Deep Cerise #D03090

Tints of Deep Cerise #D03090

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12%

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

R = 52%
G = 12%
B = 36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D03090 (or 0xD03090) is known color: Deep Cerise. HEX triplet: D0, 30 and 90. RGB value is (208,48,144). Sum of RGB (Red+Green+Blue) = 208+48+144=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 48 (19.14% from 255 or 12% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D03090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03090 is #2FCF6F. Grayscale: #6A6A6A. Windows color (decimal): -3133296 or 9449680. OLE color: 9449680.

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

Color convert

RGB 208 48 144 -
CMYK 0 0.77 0.31 0.18
HSL 324º 0.63% 0.5% -
HSV(B) 324º 0.77% 0.82% -
XYZ 32.1 17.54 28.08 -
YUV 106.78 149.01 200.19 -
System Red Green Blue C M Y K H S L
Decimal 208 48 144 0 0.77 0.31 0.18 324 0.63 0.5
Hex D0 30 90 0 4D 1F 12 144 3F 32
Octal 320 60 220 0 115 37 22 504 77 62
Binary 11010000 110000 10010000 0 1001101 11111 10010 101000100 111111 110010

Color Harmonies of #D03090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03090

Black with #D03090

Text Example


Text Example

White with #D03090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03090; }

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

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

background-color css

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

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

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

border-color css

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

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

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