Html Css Color HEX #D532A8 Deep Cerise

📋 copy color: '#D532A8'

red 213 ◦ green 50 ◦ blue 168

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

Shades of Deep Cerise #D532A8

Tints of Deep Cerise #D532A8

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.6%

 BLUE value IS 168 (66.02% from 255) = 38.98%

R = 49.42%
G = 11.6%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D532A8 (or 0xD532A8) is known color: Deep Cerise. HEX triplet: D5, 32 and A8. RGB value is (213,50,168). Sum of RGB (Red+Green+Blue) = 213+50+168=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 50 (19.92% from 255 or 11.60% from 431); Blue value is 168 (66.02% from 255 or 38.98% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D532A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D532A8 is #2ACD57. Grayscale: #6F6F6F. Windows color (decimal): -2805080 or 11023061. OLE color: 11023061.

HSL color Cylindrical-coordinate representation of color #D532A8: hue angle of 316.56º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D532A8 is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 50 168 -
CMYK 0 0.77 0.21 0.16
HSL 316.56º 0.66% 0.52% -
HSV(B) 316.56º 0.77% 0.84% -
XYZ 35.65 19.25 38.88 -
YUV 112.19 159.5 199.91 -
System Red Green Blue C M Y K H S L
Decimal 213 50 168 0 0.77 0.21 0.16 316.56 0.66 0.52
Hex D5 32 A8 0 4D 15 10 13D 42 34
Octal 325 62 250 0 115 25 20 475 102 64
Binary 11010101 110010 10101000 0 1001101 10101 10000 100111101 1000010 110100

Color Harmonies of #D532A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D532A8

Black with #D532A8

Text Example


Text Example

White with #D532A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D532A8; }

 p { color: rgb(213,50,168); }

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

background-color css

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

 a { background-color: rgb(213,50,168); }

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

border-color css

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

 span { border-color: rgb(213,50,168); }

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