Html Css Color HEX #D13156 Cerise

📋 copy color: '#D13156'

red 209 ◦ green 49 ◦ blue 86

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

Shades of Cerise #D13156

Tints of Cerise #D13156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25%

R = 60.76%
G = 14.24%
B = 25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D13156 (or 0xD13156) is known color: Cerise. HEX triplet: D1, 31 and 56. RGB value is (209,49,86). Sum of RGB (Red+Green+Blue) = 209+49+86=344 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.76% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 209 - color contains mainly: red. Hex color #D13156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13156 is #2ECEA9. Grayscale: #656565. Windows color (decimal): -3067562 or 5648849. OLE color: 5648849.

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

Color convert

RGB 209 49 86 -
CMYK 0 0.77 0.59 0.18
HSL 346.13º 0.63% 0.51% -
HSV(B) 346.13º 0.77% 0.82% -
XYZ 29.07 16.42 10.44 -
YUV 101.06 119.51 204.99 -
System Red Green Blue C M Y K H S L
Decimal 209 49 86 0 0.77 0.59 0.18 346.13 0.63 0.51
Hex D1 31 56 0 4D 3B 12 15A 3F 33
Octal 321 61 126 0 115 73 22 532 77 63
Binary 11010001 110001 1010110 0 1001101 111011 10010 101011010 111111 110011

Color Harmonies of #D13156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13156

Black with #D13156

Text Example


Text Example

White with #D13156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13156; }

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

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

background-color css

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

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

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

border-color css

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

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

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