Html Css Color HEX #D52871 Cerise

📋 copy color: '#D52871'

red 213 ◦ green 40 ◦ blue 113

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

Shades of Cerise #D52871

Tints of Cerise #D52871

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.93%

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

R = 58.2%
G = 10.93%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D52871 (or 0xD52871) is known color: Cerise. HEX triplet: D5, 28 and 71. RGB value is (213,40,113). Sum of RGB (Red+Green+Blue) = 213+40+113=366 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.20% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 213 - color contains mainly: red. Hex color #D52871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52871 is #2AD78E. Grayscale: #636363. Windows color (decimal): -2807695 or 7416021. OLE color: 7416021.

HSL color Cylindrical-coordinate representation of color #D52871: hue angle of 334.68º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52871 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 40 113 -
CMYK 0 0.81 0.47 0.16
HSL 334.68º 0.68% 0.5% -
HSV(B) 334.68º 0.81% 0.84% -
XYZ 31.18 16.86 17.23 -
YUV 100.05 135.31 208.56 -
System Red Green Blue C M Y K H S L
Decimal 213 40 113 0 0.81 0.47 0.16 334.68 0.68 0.5
Hex D5 28 71 0 51 2F 10 14F 44 32
Octal 325 50 161 0 121 57 20 517 104 62
Binary 11010101 101000 1110001 0 1010001 101111 10000 101001111 1000100 110010

Color Harmonies of #D52871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52871

Black with #D52871

Text Example


Text Example

White with #D52871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52871; }

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

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

background-color css

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

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

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

border-color css

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

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

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