Html Css Color HEX #D1319E Deep Cerise

📋 copy color: '#D1319E'

red 209 ◦ green 49 ◦ blue 158

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

Shades of Deep Cerise #D1319E

Tints of Deep Cerise #D1319E

RGB

 RED value IS 209 (82.03% from 255) = 50.24%

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

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

R = 50.24%
G = 11.78%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D1319E (or 0xD1319E) is known color: Deep Cerise. HEX triplet: D1, 31 and 9E. RGB value is (209,49,158). Sum of RGB (Red+Green+Blue) = 209+49+158=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 49 (19.53% from 255 or 11.78% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D1319E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1319E is #2ECE61. Grayscale: #6C6C6C. Windows color (decimal): -3067490 or 10367441. OLE color: 10367441.

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

Color convert

RGB 209 49 158 -
CMYK 0 0.77 0.24 0.18
HSL 319.13º 0.63% 0.51% -
HSV(B) 319.13º 0.77% 0.82% -
XYZ 33.56 18.22 34.1 -
YUV 109.27 155.51 199.14 -
System Red Green Blue C M Y K H S L
Decimal 209 49 158 0 0.77 0.24 0.18 319.13 0.63 0.51
Hex D1 31 9E 0 4D 18 12 13F 3F 33
Octal 321 61 236 0 115 30 22 477 77 63
Binary 11010001 110001 10011110 0 1001101 11000 10010 100111111 111111 110011

Color Harmonies of #D1319E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1319E

Black with #D1319E

Text Example


Text Example

White with #D1319E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1319E; }

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

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

background-color css

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

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

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

border-color css

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

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

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