Html Css Color HEX #D13E5B Cerise

📋 copy color: '#D13E5B'

red 209 ◦ green 62 ◦ blue 91

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

Shades of Cerise #D13E5B

Tints of Cerise #D13E5B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.13%

 BLUE value IS 91 (35.94% from 255) = 25.14%

R = 57.73%
G = 17.13%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D13E5B (or 0xD13E5B) is known color: Cerise. HEX triplet: D1, 3E and 5B. RGB value is (209,62,91). Sum of RGB (Red+Green+Blue) = 209+62+91=362 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.73% from 362); Green value is 62 (24.61% from 255 or 17.13% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 209 - color contains mainly: red. Hex color #D13E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13E5B is #2EC1A4. Grayscale: #6D6D6D. Windows color (decimal): -3064229 or 5979857. OLE color: 5979857.

HSL color Cylindrical-coordinate representation of color #D13E5B: hue angle of 348.16º degrees, saturation: 0.62, 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 #D13E5B is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 62 91 -
CMYK 0 0.70 0.56 0.18
HSL 348.16º 0.62% 0.53% -
HSV(B) 348.16º 0.7% 0.82% -
XYZ 29.91 17.76 11.75 -
YUV 109.26 117.7 199.14 -
System Red Green Blue C M Y K H S L
Decimal 209 62 91 0 0.70 0.56 0.18 348.16 0.62 0.53
Hex D1 3E 5B 0 46 38 12 15C 3E 35
Octal 321 76 133 0 106 70 22 534 76 65
Binary 11010001 111110 1011011 0 1000110 111000 10010 101011100 111110 110101

Color Harmonies of #D13E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13E5B

Black with #D13E5B

Text Example


Text Example

White with #D13E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13E5B; }

 p { color: rgb(209,62,91); }

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

background-color css

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

 a { background-color: rgb(209,62,91); }

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

border-color css

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

 span { border-color: rgb(209,62,91); }

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