Html Css Color HEX #D0319E Deep Cerise

📋 copy color: '#D0319E'

red 208 ◦ green 49 ◦ blue 158

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

Shades of Deep Cerise #D0319E

Tints of Deep Cerise #D0319E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.07%

R = 50.12%
G = 11.81%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D0319E (or 0xD0319E) is known color: Deep Cerise. HEX triplet: D0, 31 and 9E. RGB value is (208,49,158). Sum of RGB (Red+Green+Blue) = 208+49+158=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 49 (19.53% from 255 or 11.81% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D0319E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0319E is #2FCE61. Grayscale: #6C6C6C. Windows color (decimal): -3133026 or 10367440. OLE color: 10367440.

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

Color convert

RGB 208 49 158 -
CMYK 0 0.76 0.24 0.18
HSL 318.87º 0.63% 0.5% -
HSV(B) 318.87º 0.76% 0.82% -
XYZ 33.28 18.08 34.08 -
YUV 108.97 155.68 198.64 -
System Red Green Blue C M Y K H S L
Decimal 208 49 158 0 0.76 0.24 0.18 318.87 0.63 0.5
Hex D0 31 9E 0 4C 18 12 13F 3F 32
Octal 320 61 236 0 114 30 22 477 77 62
Binary 11010000 110001 10011110 0 1001100 11000 10010 100111111 111111 110010

Color Harmonies of #D0319E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0319E

Black with #D0319E

Text Example


Text Example

White with #D0319E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0319E; }

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

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

background-color css

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

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

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

border-color css

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

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

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