Html Css Color HEX #D52171 Cerise

📋 copy color: '#D52171'

red 213 ◦ green 33 ◦ blue 113

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

Shades of Cerise #D52171

Tints of Cerise #D52171

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.19%

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

R = 59.33%
G = 9.19%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D52171 (or 0xD52171) is known color: Cerise. HEX triplet: D5, 21 and 71. RGB value is (213,33,113). Sum of RGB (Red+Green+Blue) = 213+33+113=359 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.33% from 359); Green value is 33 (13.28% from 255 or 9.19% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 213 - color contains mainly: red. Hex color #D52171 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52171 is #2ADE8E. Grayscale: #5F5F5F. Windows color (decimal): -2809487 or 7414229. OLE color: 7414229.

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

Color convert

RGB 213 33 113 -
CMYK 0 0.85 0.47 0.16
HSL 333.33º 0.73% 0.48% -
HSV(B) 333.33º 0.85% 0.84% -
XYZ 30.97 16.43 17.16 -
YUV 95.94 137.63 211.5 -
System Red Green Blue C M Y K H S L
Decimal 213 33 113 0 0.85 0.47 0.16 333.33 0.73 0.48
Hex D5 21 71 0 55 2F 10 14D 49 30
Octal 325 41 161 0 125 57 20 515 111 60
Binary 11010101 100001 1110001 0 1010101 101111 10000 101001101 1001001 110000

Color Harmonies of #D52171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52171

Black with #D52171

Text Example


Text Example

White with #D52171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52171; }

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

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

background-color css

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

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

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

border-color css

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

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

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