Html Css Color HEX #D3319E Deep Cerise

📋 copy color: '#D3319E'

red 211 ◦ green 49 ◦ blue 158

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

Shades of Deep Cerise #D3319E

Tints of Deep Cerise #D3319E

RGB

 RED value IS 211 (82.81% from 255) = 50.48%

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

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

R = 50.48%
G = 11.72%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D3319E (or 0xD3319E) is known color: Deep Cerise. HEX triplet: D3, 31 and 9E. RGB value is (211,49,158). Sum of RGB (Red+Green+Blue) = 211+49+158=418 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.48% from 418); Green value is 49 (19.53% from 255 or 11.72% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 211 - color contains mainly: red. Hex color #D3319E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3319E is #2CCE61. Grayscale: #6D6D6D. Windows color (decimal): -2936418 or 10367443. OLE color: 10367443.

HSL color Cylindrical-coordinate representation of color #D3319E: hue angle of 319.63º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D3319E is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 49 158 -
CMYK 0 0.77 0.25 0.17
HSL 319.63º 0.65% 0.51% -
HSV(B) 319.63º 0.77% 0.83% -
XYZ 34.13 18.51 34.12 -
YUV 109.86 155.17 200.14 -
System Red Green Blue C M Y K H S L
Decimal 211 49 158 0 0.77 0.25 0.17 319.63 0.65 0.51
Hex D3 31 9E 0 4D 19 11 140 41 33
Octal 323 61 236 0 115 31 21 500 101 63
Binary 11010011 110001 10011110 0 1001101 11001 10001 101000000 1000001 110011

Color Harmonies of #D3319E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3319E

Black with #D3319E

Text Example


Text Example

White with #D3319E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3319E; }

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

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

background-color css

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

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

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

border-color css

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

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

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