Html Css Color HEX #D03193 Deep Cerise

📋 copy color: '#D03193'

red 208 ◦ green 49 ◦ blue 147

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

Shades of Deep Cerise #D03193

Tints of Deep Cerise #D03193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.39%

R = 51.49%
G = 12.13%
B = 36.39%

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

#D03193 (or 0xD03193) is known color: Deep Cerise. HEX triplet: D0, 31 and 93. RGB value is (208,49,147). Sum of RGB (Red+Green+Blue) = 208+49+147=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 49 (19.53% from 255 or 12.13% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D03193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03193 is #2FCE6C. Grayscale: #6B6B6B. Windows color (decimal): -3133037 or 9646544. OLE color: 9646544.

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

Color convert

RGB 208 49 147 -
CMYK 0 0.76 0.29 0.18
HSL 323.02º 0.63% 0.5% -
HSV(B) 323.02º 0.76% 0.82% -
XYZ 32.38 17.71 29.32 -
YUV 107.71 150.18 199.53 -
System Red Green Blue C M Y K H S L
Decimal 208 49 147 0 0.76 0.29 0.18 323.02 0.63 0.5
Hex D0 31 93 0 4C 1D 12 143 3F 32
Octal 320 61 223 0 114 35 22 503 77 62
Binary 11010000 110001 10010011 0 1001100 11101 10010 101000011 111111 110010

Color Harmonies of #D03193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03193

Black with #D03193

Text Example


Text Example

White with #D03193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03193; }

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

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

background-color css

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

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

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

border-color css

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

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

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