Html Css Color HEX #D532AB Deep Cerise

📋 copy color: '#D532AB'

red 213 ◦ green 50 ◦ blue 171

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

Shades of Deep Cerise #D532AB

Tints of Deep Cerise #D532AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.4%

R = 49.08%
G = 11.52%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D532AB (or 0xD532AB) is known color: Deep Cerise. HEX triplet: D5, 32 and AB. RGB value is (213,50,171). Sum of RGB (Red+Green+Blue) = 213+50+171=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 50 (19.92% from 255 or 11.52% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D532AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D532AB is #2ACD54. Grayscale: #707070. Windows color (decimal): -2805077 or 11219669. OLE color: 11219669.

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

Color convert

RGB 213 50 171 -
CMYK 0 0.77 0.20 0.16
HSL 315.46º 0.66% 0.52% -
HSV(B) 315.46º 0.77% 0.84% -
XYZ 35.93 19.37 40.37 -
YUV 112.53 161 199.66 -
System Red Green Blue C M Y K H S L
Decimal 213 50 171 0 0.77 0.20 0.16 315.46 0.66 0.52
Hex D5 32 AB 0 4D 14 10 13B 42 34
Octal 325 62 253 0 115 24 20 473 102 64
Binary 11010101 110010 10101011 0 1001101 10100 10000 100111011 1000010 110100

Color Harmonies of #D532AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D532AB

Black with #D532AB

Text Example


Text Example

White with #D532AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D532AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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