Html Css Color HEX #D52CAA Deep Cerise

📋 copy color: '#D52CAA'

red 213 ◦ green 44 ◦ blue 170

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

Shades of Deep Cerise #D52CAA

Tints of Deep Cerise #D52CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.81%

R = 49.88%
G = 10.3%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D52CAA (or 0xD52CAA) is known color: Deep Cerise. HEX triplet: D5, 2C and AA. RGB value is (213,44,170). Sum of RGB (Red+Green+Blue) = 213+44+170=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 44 (17.58% from 255 or 10.30% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D52CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52CAA is #2AD355. Grayscale: #6C6C6C. Windows color (decimal): -2806614 or 11152597. OLE color: 11152597.

HSL color Cylindrical-coordinate representation of color #D52CAA: hue angle of 315.27º 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 #D52CAA is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 44 170 -
CMYK 0 0.79 0.20 0.16
HSL 315.27º 0.67% 0.5% -
HSV(B) 315.27º 0.79% 0.84% -
XYZ 35.6 18.85 39.79 -
YUV 108.9 162.49 202.25 -
System Red Green Blue C M Y K H S L
Decimal 213 44 170 0 0.79 0.20 0.16 315.27 0.67 0.5
Hex D5 2C AA 0 4F 14 10 13B 43 32
Octal 325 54 252 0 117 24 20 473 103 62
Binary 11010101 101100 10101010 0 1001111 10100 10000 100111011 1000011 110010

Color Harmonies of #D52CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52CAA

Black with #D52CAA

Text Example


Text Example

White with #D52CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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