Html Css Color HEX #D52771 Cerise

📋 copy color: '#D52771'

red 213 ◦ green 39 ◦ blue 113

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

Shades of Cerise #D52771

Tints of Cerise #D52771

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.68%

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

R = 58.36%
G = 10.68%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D52771 (or 0xD52771) is known color: Cerise. HEX triplet: D5, 27 and 71. RGB value is (213,39,113). Sum of RGB (Red+Green+Blue) = 213+39+113=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 39 (15.62% from 255 or 10.68% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D52771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52771 is #2AD88E. Grayscale: #636363. Windows color (decimal): -2807951 or 7415765. OLE color: 7415765.

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

Color convert

RGB 213 39 113 -
CMYK 0 0.82 0.47 0.16
HSL 334.48º 0.69% 0.49% -
HSV(B) 334.48º 0.82% 0.84% -
XYZ 31.15 16.79 17.22 -
YUV 99.46 135.65 208.98 -
System Red Green Blue C M Y K H S L
Decimal 213 39 113 0 0.82 0.47 0.16 334.48 0.69 0.49
Hex D5 27 71 0 52 2F 10 14E 45 31
Octal 325 47 161 0 122 57 20 516 105 61
Binary 11010101 100111 1110001 0 1010010 101111 10000 101001110 1000101 110001

Color Harmonies of #D52771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52771

Black with #D52771

Text Example


Text Example

White with #D52771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52771; }

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

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

background-color css

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

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

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

border-color css

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

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

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