Html Css Color HEX #D13D60 Cerise

📋 copy color: '#D13D60'

red 209 ◦ green 61 ◦ blue 96

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

Shades of Cerise #D13D60

Tints of Cerise #D13D60

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.67%

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

R = 57.1%
G = 16.67%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D13D60 (or 0xD13D60) is known color: Cerise. HEX triplet: D1, 3D and 60. RGB value is (209,61,96). Sum of RGB (Red+Green+Blue) = 209+61+96=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13D60 is #2EC29F. Grayscale: #6D6D6D. Windows color (decimal): -3064480 or 6307281. OLE color: 6307281.

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

Color convert

RGB 209 61 96 -
CMYK 0 0.71 0.54 0.18
HSL 345.81º 0.62% 0.53% -
HSV(B) 345.81º 0.71% 0.82% -
XYZ 30.07 17.74 12.9 -
YUV 109.24 120.53 199.15 -
System Red Green Blue C M Y K H S L
Decimal 209 61 96 0 0.71 0.54 0.18 345.81 0.62 0.53
Hex D1 3D 60 0 47 36 12 15A 3E 35
Octal 321 75 140 0 107 66 22 532 76 65
Binary 11010001 111101 1100000 0 1000111 110110 10010 101011010 111110 110101

Color Harmonies of #D13D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13D60

Black with #D13D60

Text Example


Text Example

White with #D13D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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