Html Css Color HEX #D1319C Deep Cerise

📋 copy color: '#D1319C'

red 209 ◦ green 49 ◦ blue 156

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

Shades of Deep Cerise #D1319C

Tints of Deep Cerise #D1319C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.68%

R = 50.48%
G = 11.84%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D1319C (or 0xD1319C) is known color: Deep Cerise. HEX triplet: D1, 31 and 9C. RGB value is (209,49,156). Sum of RGB (Red+Green+Blue) = 209+49+156=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 49 (19.53% from 255 or 11.84% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D1319C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1319C is #2ECE63. Grayscale: #6C6C6C. Windows color (decimal): -3067492 or 10236369. OLE color: 10236369.

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

Color convert

RGB 209 49 156 -
CMYK 0 0.77 0.25 0.18
HSL 319.88º 0.63% 0.51% -
HSV(B) 319.88º 0.77% 0.82% -
XYZ 33.39 18.15 33.2 -
YUV 109.04 154.51 199.3 -
System Red Green Blue C M Y K H S L
Decimal 209 49 156 0 0.77 0.25 0.18 319.88 0.63 0.51
Hex D1 31 9C 0 4D 19 12 140 3F 33
Octal 321 61 234 0 115 31 22 500 77 63
Binary 11010001 110001 10011100 0 1001101 11001 10010 101000000 111111 110011

Color Harmonies of #D1319C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1319C

Black with #D1319C

Text Example


Text Example

White with #D1319C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1319C; }

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

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

background-color css

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

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

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

border-color css

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

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

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