Html Css Color HEX #D13F5E Cerise

📋 copy color: '#D13F5E'

red 209 ◦ green 63 ◦ blue 94

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

Shades of Cerise #D13F5E

Tints of Cerise #D13F5E

RGB

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

 GREEN value IS 63 (25% from 255) = 17.21%

 BLUE value IS 94 (37.11% from 255) = 25.68%

R = 57.1%
G = 17.21%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D13F5E (or 0xD13F5E) is known color: Cerise. HEX triplet: D1, 3F and 5E. RGB value is (209,63,94). Sum of RGB (Red+Green+Blue) = 209+63+94=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13F5E is #2EC0A1. Grayscale: #6E6E6E. Windows color (decimal): -3063970 or 6176721. OLE color: 6176721.

HSL color Cylindrical-coordinate representation of color #D13F5E: hue angle of 347.26º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D13F5E is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 63 94 -
CMYK 0 0.70 0.55 0.18
HSL 347.26º 0.61% 0.53% -
HSV(B) 347.26º 0.7% 0.82% -
XYZ 30.09 17.92 12.46 -
YUV 110.19 118.87 198.48 -
System Red Green Blue C M Y K H S L
Decimal 209 63 94 0 0.70 0.55 0.18 347.26 0.61 0.53
Hex D1 3F 5E 0 46 37 12 15B 3D 35
Octal 321 77 136 0 106 67 22 533 75 65
Binary 11010001 111111 1011110 0 1000110 110111 10010 101011011 111101 110101

Color Harmonies of #D13F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13F5E

Black with #D13F5E

Text Example


Text Example

White with #D13F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13F5E; }

 p { color: rgb(209,63,94); }

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

background-color css

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

 a { background-color: rgb(209,63,94); }

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

border-color css

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

 span { border-color: rgb(209,63,94); }

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