Html Css Color HEX #D13060 Cerise

📋 copy color: '#D13060'

red 209 ◦ green 48 ◦ blue 96

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

Shades of Cerise #D13060

Tints of Cerise #D13060

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.6%

 BLUE value IS 96 (37.89% from 255) = 27.2%

R = 59.21%
G = 13.6%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D13060 (or 0xD13060) is known color: Cerise. HEX triplet: D1, 30 and 60. RGB value is (209,48,96). Sum of RGB (Red+Green+Blue) = 209+48+96=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D13060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13060 is #2ECF9F. Grayscale: #656565. Windows color (decimal): -3067808 or 6303953. OLE color: 6303953.

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

Color convert

RGB 209 48 96 -
CMYK 0 0.77 0.54 0.18
HSL 342.11º 0.64% 0.5% -
HSV(B) 342.11º 0.77% 0.82% -
XYZ 29.46 16.51 12.7 -
YUV 101.61 124.84 204.6 -
System Red Green Blue C M Y K H S L
Decimal 209 48 96 0 0.77 0.54 0.18 342.11 0.64 0.5
Hex D1 30 60 0 4D 36 12 156 40 32
Octal 321 60 140 0 115 66 22 526 100 62
Binary 11010001 110000 1100000 0 1001101 110110 10010 101010110 1000000 110010

Color Harmonies of #D13060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13060

Black with #D13060

Text Example


Text Example

White with #D13060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13060; }

 p { color: rgb(209,48,96); }

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

background-color css

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

 a { background-color: rgb(209,48,96); }

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

border-color css

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

 span { border-color: rgb(209,48,96); }

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