Html Css Color HEX #D53157 Cerise

📋 copy color: '#D53157'

red 213 ◦ green 49 ◦ blue 87

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

Shades of Cerise #D53157

Tints of Cerise #D53157

RGB

 RED value IS 213 (83.59% from 255) = 61.03%

 GREEN value IS 49 (19.53% from 255) = 14.04%

 BLUE value IS 87 (34.38% from 255) = 24.93%

R = 61.03%
G = 14.04%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D53157 (or 0xD53157) is known color: Cerise. HEX triplet: D5, 31 and 57. RGB value is (213,49,87). Sum of RGB (Red+Green+Blue) = 213+49+87=349 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.03% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 87 (34.38% from 255 or 24.93% from 349); Max value from RGB is 213 - color contains mainly: red. Hex color #D53157 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53157 is #2ACEA8. Grayscale: #666666. Windows color (decimal): -2805417 or 5714389. OLE color: 5714389.

HSL color Cylindrical-coordinate representation of color #D53157: hue angle of 346.1º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D53157 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 49 87 -
CMYK 0 0.77 0.59 0.16
HSL 346.1º 0.66% 0.51% -
HSV(B) 346.1º 0.77% 0.84% -
XYZ 30.26 17.03 10.71 -
YUV 102.37 119.33 206.91 -
System Red Green Blue C M Y K H S L
Decimal 213 49 87 0 0.77 0.59 0.16 346.1 0.66 0.51
Hex D5 31 57 0 4D 3B 10 15A 42 33
Octal 325 61 127 0 115 73 20 532 102 63
Binary 11010101 110001 1010111 0 1001101 111011 10000 101011010 1000010 110011

Color Harmonies of #D53157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53157

Black with #D53157

Text Example


Text Example

White with #D53157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53157; }

 p { color: rgb(213,49,87); }

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

background-color css

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

 a { background-color: rgb(213,49,87); }

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

border-color css

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

 span { border-color: rgb(213,49,87); }

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