Html Css Color HEX #D53158 Cerise

📋 copy color: '#D53158'

red 213 ◦ green 49 ◦ blue 88

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

Shades of Cerise #D53158

Tints of Cerise #D53158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.14%

R = 60.86%
G = 14%
B = 25.14%

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

#D53158 (or 0xD53158) is known color: Cerise. HEX triplet: D5, 31 and 58. RGB value is (213,49,88). Sum of RGB (Red+Green+Blue) = 213+49+88=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D53158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53158 is #2ACEA7. Grayscale: #666666. Windows color (decimal): -2805416 or 5779925. OLE color: 5779925.

HSL color Cylindrical-coordinate representation of color #D53158: hue angle of 345.73º 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 #D53158 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 49 88 -
CMYK 0 0.77 0.59 0.16
HSL 345.73º 0.66% 0.51% -
HSV(B) 345.73º 0.77% 0.84% -
XYZ 30.3 17.05 10.93 -
YUV 102.48 119.83 206.83 -
System Red Green Blue C M Y K H S L
Decimal 213 49 88 0 0.77 0.59 0.16 345.73 0.66 0.51
Hex D5 31 58 0 4D 3B 10 15A 42 33
Octal 325 61 130 0 115 73 20 532 102 63
Binary 11010101 110001 1011000 0 1001101 111011 10000 101011010 1000010 110011

Color Harmonies of #D53158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53158

Black with #D53158

Text Example


Text Example

White with #D53158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53158; }

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

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

background-color css

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

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

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

border-color css

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

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

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