Html Css Color HEX #D52258 Cerise

📋 copy color: '#D52258'

red 213 ◦ green 34 ◦ blue 88

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

Shades of Cerise #D52258

Tints of Cerise #D52258

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.15%

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

R = 63.58%
G = 10.15%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D52258 (or 0xD52258) is known color: Cerise. HEX triplet: D5, 22 and 58. RGB value is (213,34,88). Sum of RGB (Red+Green+Blue) = 213+34+88=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D52258 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52258 is #2ADDA7. Grayscale: #5D5D5D. Windows color (decimal): -2809256 or 5776085. OLE color: 5776085.

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

Color convert

RGB 213 34 88 -
CMYK 0 0.84 0.59 0.16
HSL 341.9º 0.72% 0.48% -
HSV(B) 341.9º 0.84% 0.84% -
XYZ 29.77 15.99 10.75 -
YUV 93.68 124.8 213.11 -
System Red Green Blue C M Y K H S L
Decimal 213 34 88 0 0.84 0.59 0.16 341.9 0.72 0.48
Hex D5 22 58 0 54 3B 10 156 48 30
Octal 325 42 130 0 124 73 20 526 110 60
Binary 11010101 100010 1011000 0 1010100 111011 10000 101010110 1001000 110000

Color Harmonies of #D52258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52258

Black with #D52258

Text Example


Text Example

White with #D52258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52258; }

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

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

background-color css

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

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

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

border-color css

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

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

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