Html Css Color HEX #D52158 Cerise

📋 copy color: '#D52158'

red 213 ◦ green 33 ◦ blue 88

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

Shades of Cerise #D52158

Tints of Cerise #D52158

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.88%

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

R = 63.77%
G = 9.88%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D52158 (or 0xD52158) is known color: Cerise. HEX triplet: D5, 21 and 58. RGB value is (213,33,88). Sum of RGB (Red+Green+Blue) = 213+33+88=334 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.77% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 88 (34.77% from 255 or 26.35% from 334); Max value from RGB is 213 - color contains mainly: red. Hex color #D52158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52158 is #2ADEA7. Grayscale: #5D5D5D. Windows color (decimal): -2809512 or 5775829. OLE color: 5775829.

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

Color convert

RGB 213 33 88 -
CMYK 0 0.85 0.59 0.16
HSL 341.67º 0.73% 0.48% -
HSV(B) 341.67º 0.85% 0.84% -
XYZ 29.75 15.94 10.74 -
YUV 93.09 125.13 213.53 -
System Red Green Blue C M Y K H S L
Decimal 213 33 88 0 0.85 0.59 0.16 341.67 0.73 0.48
Hex D5 21 58 0 55 3B 10 156 49 30
Octal 325 41 130 0 125 73 20 526 111 60
Binary 11010101 100001 1011000 0 1010101 111011 10000 101010110 1001001 110000

Color Harmonies of #D52158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52158

Black with #D52158

Text Example


Text Example

White with #D52158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52158; }

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

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

background-color css

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

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

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

border-color css

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

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

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