Html Css Color HEX #D03092 Deep Cerise

📋 copy color: '#D03092'

red 208 ◦ green 48 ◦ blue 146

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

Shades of Deep Cerise #D03092

Tints of Deep Cerise #D03092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.32%

R = 51.74%
G = 11.94%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D03092 (or 0xD03092) is known color: Deep Cerise. HEX triplet: D0, 30 and 92. RGB value is (208,48,146). Sum of RGB (Red+Green+Blue) = 208+48+146=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 48 (19.14% from 255 or 11.94% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D03092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03092 is #2FCF6D. Grayscale: #6A6A6A. Windows color (decimal): -3133294 or 9580752. OLE color: 9580752.

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

Color convert

RGB 208 48 146 -
CMYK 0 0.77 0.30 0.18
HSL 323.25º 0.63% 0.5% -
HSV(B) 323.25º 0.77% 0.82% -
XYZ 32.26 17.6 28.89 -
YUV 107.01 150.01 200.03 -
System Red Green Blue C M Y K H S L
Decimal 208 48 146 0 0.77 0.30 0.18 323.25 0.63 0.5
Hex D0 30 92 0 4D 1E 12 143 3F 32
Octal 320 60 222 0 115 36 22 503 77 62
Binary 11010000 110000 10010010 0 1001101 11110 10010 101000011 111111 110010

Color Harmonies of #D03092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03092

Black with #D03092

Text Example


Text Example

White with #D03092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03092; }

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

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

background-color css

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

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

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

border-color css

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

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

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