Html Css Color HEX #D52D58 Cerise

📋 copy color: '#D52D58'

red 213 ◦ green 45 ◦ blue 88

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

Shades of Cerise #D52D58

Tints of Cerise #D52D58

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.01%

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

R = 61.56%
G = 13.01%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D52D58 (or 0xD52D58) is known color: Cerise. HEX triplet: D5, 2D and 58. RGB value is (213,45,88). Sum of RGB (Red+Green+Blue) = 213+45+88=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52D58 is #2AD2A7. Grayscale: #646464. Windows color (decimal): -2806440 or 5778901. OLE color: 5778901.

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

Color convert

RGB 213 45 88 -
CMYK 0 0.79 0.59 0.16
HSL 344.64º 0.67% 0.51% -
HSV(B) 344.64º 0.79% 0.84% -
XYZ 30.14 16.73 10.87 -
YUV 100.13 121.16 208.5 -
System Red Green Blue C M Y K H S L
Decimal 213 45 88 0 0.79 0.59 0.16 344.64 0.67 0.51
Hex D5 2D 58 0 4F 3B 10 159 43 33
Octal 325 55 130 0 117 73 20 531 103 63
Binary 11010101 101101 1011000 0 1001111 111011 10000 101011001 1000011 110011

Color Harmonies of #D52D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52D58

Black with #D52D58

Text Example


Text Example

White with #D52D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52D58; }

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

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

background-color css

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

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

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

border-color css

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

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

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