Html Css Color HEX #D52458 Cerise

📋 copy color: '#D52458'

red 213 ◦ green 36 ◦ blue 88

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

Shades of Cerise #D52458

Tints of Cerise #D52458

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.68%

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

R = 63.2%
G = 10.68%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D52458 (or 0xD52458) is known color: Cerise. HEX triplet: D5, 24 and 58. RGB value is (213,36,88). Sum of RGB (Red+Green+Blue) = 213+36+88=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D52458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52458 is #2ADBA7. Grayscale: #5E5E5E. Windows color (decimal): -2808744 or 5776597. OLE color: 5776597.

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

Color convert

RGB 213 36 88 -
CMYK 0 0.83 0.59 0.16
HSL 342.37º 0.71% 0.49% -
HSV(B) 342.37º 0.83% 0.84% -
XYZ 29.83 16.11 10.77 -
YUV 94.85 124.14 212.27 -
System Red Green Blue C M Y K H S L
Decimal 213 36 88 0 0.83 0.59 0.16 342.37 0.71 0.49
Hex D5 24 58 0 53 3B 10 156 47 31
Octal 325 44 130 0 123 73 20 526 107 61
Binary 11010101 100100 1011000 0 1010011 111011 10000 101010110 1000111 110001

Color Harmonies of #D52458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52458

Black with #D52458

Text Example


Text Example

White with #D52458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52458; }

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

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

background-color css

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

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

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

border-color css

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

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

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