Html Css Color HEX #D03192 Deep Cerise

📋 copy color: '#D03192'

red 208 ◦ green 49 ◦ blue 146

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

Shades of Deep Cerise #D03192

Tints of Deep Cerise #D03192

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.16%

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

R = 51.61%
G = 12.16%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D03192 (or 0xD03192) is known color: Deep Cerise. HEX triplet: D0, 31 and 92. RGB value is (208,49,146). Sum of RGB (Red+Green+Blue) = 208+49+146=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 49 (19.53% from 255 or 12.16% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D03192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03192 is #2FCE6D. Grayscale: #6B6B6B. Windows color (decimal): -3133038 or 9581008. OLE color: 9581008.

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

Color convert

RGB 208 49 146 -
CMYK 0 0.76 0.30 0.18
HSL 323.4º 0.63% 0.5% -
HSV(B) 323.4º 0.76% 0.82% -
XYZ 32.3 17.68 28.9 -
YUV 107.6 149.68 199.61 -
System Red Green Blue C M Y K H S L
Decimal 208 49 146 0 0.76 0.30 0.18 323.4 0.63 0.5
Hex D0 31 92 0 4C 1E 12 143 3F 32
Octal 320 61 222 0 114 36 22 503 77 62
Binary 11010000 110001 10010010 0 1001100 11110 10010 101000011 111111 110010

Color Harmonies of #D03192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03192

Black with #D03192

Text Example


Text Example

White with #D03192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03192; }

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

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

background-color css

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

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

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

border-color css

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

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

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