Html Css Color HEX #D52E58 Cerise

📋 copy color: '#D52E58'

red 213 ◦ green 46 ◦ blue 88

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

Shades of Cerise #D52E58

Tints of Cerise #D52E58

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.26%

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

R = 61.38%
G = 13.26%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D52E58 (or 0xD52E58) is known color: Cerise. HEX triplet: D5, 2E and 58. RGB value is (213,46,88). Sum of RGB (Red+Green+Blue) = 213+46+88=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 46 (18.36% from 255 or 13.26% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52E58 is #2AD1A7. Grayscale: #646464. Windows color (decimal): -2806184 or 5779157. OLE color: 5779157.

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

Color convert

RGB 213 46 88 -
CMYK 0 0.78 0.59 0.16
HSL 344.91º 0.67% 0.51% -
HSV(B) 344.91º 0.78% 0.84% -
XYZ 30.18 16.8 10.89 -
YUV 100.72 120.83 208.08 -
System Red Green Blue C M Y K H S L
Decimal 213 46 88 0 0.78 0.59 0.16 344.91 0.67 0.51
Hex D5 2E 58 0 4E 3B 10 159 43 33
Octal 325 56 130 0 116 73 20 531 103 63
Binary 11010101 101110 1011000 0 1001110 111011 10000 101011001 1000011 110011

Color Harmonies of #D52E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52E58

Black with #D52E58

Text Example


Text Example

White with #D52E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52E58; }

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

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

background-color css

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

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

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

border-color css

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

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

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