Html Css Color HEX #D1316C Cerise

📋 copy color: '#D1316C'

red 209 ◦ green 49 ◦ blue 108

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

Shades of Cerise #D1316C

Tints of Cerise #D1316C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.51%

R = 57.1%
G = 13.39%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D1316C (or 0xD1316C) is known color: Cerise. HEX triplet: D1, 31 and 6C. RGB value is (209,49,108). Sum of RGB (Red+Green+Blue) = 209+49+108=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D1316C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1316C is #2ECE93. Grayscale: #676767. Windows color (decimal): -3067540 or 7090641. OLE color: 7090641.

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

Color convert

RGB 209 49 108 -
CMYK 0 0.77 0.48 0.18
HSL 337.88º 0.63% 0.51% -
HSV(B) 337.88º 0.77% 0.82% -
XYZ 30.1 16.83 15.85 -
YUV 103.57 130.51 203.2 -
System Red Green Blue C M Y K H S L
Decimal 209 49 108 0 0.77 0.48 0.18 337.88 0.63 0.51
Hex D1 31 6C 0 4D 30 12 152 3F 33
Octal 321 61 154 0 115 60 22 522 77 63
Binary 11010001 110001 1101100 0 1001101 110000 10010 101010010 111111 110011

Color Harmonies of #D1316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1316C

Black with #D1316C

Text Example


Text Example

White with #D1316C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1316C; }

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

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

background-color css

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

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

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

border-color css

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

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

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