Html Css Color HEX #D52C71 Cerise

📋 copy color: '#D52C71'

red 213 ◦ green 44 ◦ blue 113

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

Shades of Cerise #D52C71

Tints of Cerise #D52C71

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.89%

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

R = 57.57%
G = 11.89%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D52C71 (or 0xD52C71) is known color: Cerise. HEX triplet: D5, 2C and 71. RGB value is (213,44,113). Sum of RGB (Red+Green+Blue) = 213+44+113=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 44 (17.58% from 255 or 11.89% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D52C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52C71 is #2AD38E. Grayscale: #666666. Windows color (decimal): -2806671 or 7417045. OLE color: 7417045.

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

Color convert

RGB 213 44 113 -
CMYK 0 0.79 0.47 0.16
HSL 335.5º 0.67% 0.5% -
HSV(B) 335.5º 0.79% 0.84% -
XYZ 31.32 17.14 17.28 -
YUV 102.4 133.99 206.89 -
System Red Green Blue C M Y K H S L
Decimal 213 44 113 0 0.79 0.47 0.16 335.5 0.67 0.5
Hex D5 2C 71 0 4F 2F 10 150 43 32
Octal 325 54 161 0 117 57 20 520 103 62
Binary 11010101 101100 1110001 0 1001111 101111 10000 101010000 1000011 110010

Color Harmonies of #D52C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52C71

Black with #D52C71

Text Example


Text Example

White with #D52C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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