Html Css Color HEX #D03194 Deep Cerise

📋 copy color: '#D03194'

red 208 ◦ green 49 ◦ blue 148

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

Shades of Deep Cerise #D03194

Tints of Deep Cerise #D03194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.54%

R = 51.36%
G = 12.1%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D03194 (or 0xD03194) is known color: Deep Cerise. HEX triplet: D0, 31 and 94. RGB value is (208,49,148). Sum of RGB (Red+Green+Blue) = 208+49+148=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 49 (19.53% from 255 or 12.10% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D03194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03194 is #2FCE6B. Grayscale: #6B6B6B. Windows color (decimal): -3133036 or 9712080. OLE color: 9712080.

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

Color convert

RGB 208 49 148 -
CMYK 0 0.76 0.29 0.18
HSL 322.64º 0.63% 0.5% -
HSV(B) 322.64º 0.76% 0.82% -
XYZ 32.46 17.74 29.73 -
YUV 107.83 150.68 199.45 -
System Red Green Blue C M Y K H S L
Decimal 208 49 148 0 0.76 0.29 0.18 322.64 0.63 0.5
Hex D0 31 94 0 4C 1D 12 143 3F 32
Octal 320 61 224 0 114 35 22 503 77 62
Binary 11010000 110001 10010100 0 1001100 11101 10010 101000011 111111 110010

Color Harmonies of #D03194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03194

Black with #D03194

Text Example


Text Example

White with #D03194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03194; }

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

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

background-color css

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

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

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

border-color css

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

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

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