Html Css Color HEX #D1316D Cerise

📋 copy color: '#D1316D'

red 209 ◦ green 49 ◦ blue 109

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

Shades of Cerise #D1316D

Tints of Cerise #D1316D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.7%

R = 56.95%
G = 13.35%
B = 29.7%

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

#D1316D (or 0xD1316D) is known color: Cerise. HEX triplet: D1, 31 and 6D. RGB value is (209,49,109). Sum of RGB (Red+Green+Blue) = 209+49+109=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D1316D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1316D is #2ECE92. Grayscale: #676767. Windows color (decimal): -3067539 or 7156177. OLE color: 7156177.

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

Color convert

RGB 209 49 109 -
CMYK 0 0.77 0.48 0.18
HSL 337.5º 0.63% 0.51% -
HSV(B) 337.5º 0.77% 0.82% -
XYZ 30.15 16.86 16.13 -
YUV 103.68 131.01 203.12 -
System Red Green Blue C M Y K H S L
Decimal 209 49 109 0 0.77 0.48 0.18 337.5 0.63 0.51
Hex D1 31 6D 0 4D 30 12 152 3F 33
Octal 321 61 155 0 115 60 22 522 77 63
Binary 11010001 110001 1101101 0 1001101 110000 10010 101010010 111111 110011

Color Harmonies of #D1316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1316D

Black with #D1316D

Text Example


Text Example

White with #D1316D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1316D; }

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

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

background-color css

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

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

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

border-color css

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

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

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