Html Css Color HEX #D52571 Cerise

📋 copy color: '#D52571'

red 213 ◦ green 37 ◦ blue 113

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

Shades of Cerise #D52571

Tints of Cerise #D52571

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.19%

 BLUE value IS 113 (44.53% from 255) = 31.13%

R = 58.68%
G = 10.19%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D52571 (or 0xD52571) is known color: Cerise. HEX triplet: D5, 25 and 71. RGB value is (213,37,113). Sum of RGB (Red+Green+Blue) = 213+37+113=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 37 (14.84% from 255 or 10.19% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D52571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52571 is #2ADA8E. Grayscale: #626262. Windows color (decimal): -2808463 or 7415253. OLE color: 7415253.

HSL color Cylindrical-coordinate representation of color #D52571: hue angle of 334.09º degrees, saturation: 0.7, 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 #D52571 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 37 113 -
CMYK 0 0.83 0.47 0.16
HSL 334.09º 0.7% 0.49% -
HSV(B) 334.09º 0.83% 0.84% -
XYZ 31.08 16.66 17.2 -
YUV 98.29 136.31 209.82 -
System Red Green Blue C M Y K H S L
Decimal 213 37 113 0 0.83 0.47 0.16 334.09 0.7 0.49
Hex D5 25 71 0 53 2F 10 14E 46 31
Octal 325 45 161 0 123 57 20 516 106 61
Binary 11010101 100101 1110001 0 1010011 101111 10000 101001110 1000110 110001

Color Harmonies of #D52571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52571

Black with #D52571

Text Example


Text Example

White with #D52571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52571; }

 p { color: rgb(213,37,113); }

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

background-color css

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

 a { background-color: rgb(213,37,113); }

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

border-color css

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

 span { border-color: rgb(213,37,113); }

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