Html Css Color HEX #D52A71 Cerise

📋 copy color: '#D52A71'

red 213 ◦ green 42 ◦ blue 113

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

Shades of Cerise #D52A71

Tints of Cerise #D52A71

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.41%

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

R = 57.88%
G = 11.41%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D52A71 (or 0xD52A71) is known color: Cerise. HEX triplet: D5, 2A and 71. RGB value is (213,42,113). Sum of RGB (Red+Green+Blue) = 213+42+113=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 42 (16.80% from 255 or 11.41% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D52A71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52A71 is #2AD58E. Grayscale: #656565. Windows color (decimal): -2807183 or 7416533. OLE color: 7416533.

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

Color convert

RGB 213 42 113 -
CMYK 0 0.80 0.47 0.16
HSL 335.09º 0.67% 0.5% -
HSV(B) 335.09º 0.8% 0.84% -
XYZ 31.25 16.99 17.26 -
YUV 101.22 134.65 207.73 -
System Red Green Blue C M Y K H S L
Decimal 213 42 113 0 0.80 0.47 0.16 335.09 0.67 0.5
Hex D5 2A 71 0 50 2F 10 14F 43 32
Octal 325 52 161 0 120 57 20 517 103 62
Binary 11010101 101010 1110001 0 1010000 101111 10000 101001111 1000011 110010

Color Harmonies of #D52A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52A71

Black with #D52A71

Text Example


Text Example

White with #D52A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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