Html Css Color HEX #D13E5A Cerise

📋 copy color: '#D13E5A'

red 209 ◦ green 62 ◦ blue 90

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

Shades of Cerise #D13E5A

Tints of Cerise #D13E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.93%

R = 57.89%
G = 17.17%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D13E5A (or 0xD13E5A) is known color: Cerise. HEX triplet: D1, 3E and 5A. RGB value is (209,62,90). Sum of RGB (Red+Green+Blue) = 209+62+90=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D13E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13E5A is #2EC1A5. Grayscale: #6D6D6D. Windows color (decimal): -3064230 or 5914321. OLE color: 5914321.

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

Color convert

RGB 209 62 90 -
CMYK 0 0.70 0.57 0.18
HSL 348.57º 0.62% 0.53% -
HSV(B) 348.57º 0.7% 0.82% -
XYZ 29.86 17.74 11.52 -
YUV 109.15 117.2 199.22 -
System Red Green Blue C M Y K H S L
Decimal 209 62 90 0 0.70 0.57 0.18 348.57 0.62 0.53
Hex D1 3E 5A 0 46 39 12 15D 3E 35
Octal 321 76 132 0 106 71 22 535 76 65
Binary 11010001 111110 1011010 0 1000110 111001 10010 101011101 111110 110101

Color Harmonies of #D13E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13E5A

Black with #D13E5A

Text Example


Text Example

White with #D13E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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