Html Css Color HEX #D532AC Deep Cerise

📋 copy color: '#D532AC'

red 213 ◦ green 50 ◦ blue 172

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

Shades of Deep Cerise #D532AC

Tints of Deep Cerise #D532AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.54%

R = 48.97%
G = 11.49%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D532AC (or 0xD532AC) is known color: Deep Cerise. HEX triplet: D5, 32 and AC. RGB value is (213,50,172). Sum of RGB (Red+Green+Blue) = 213+50+172=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 50 (19.92% from 255 or 11.49% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D532AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D532AC is #2ACD53. Grayscale: #707070. Windows color (decimal): -2805076 or 11285205. OLE color: 11285205.

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

Color convert

RGB 213 50 172 -
CMYK 0 0.77 0.19 0.16
HSL 315.09º 0.66% 0.52% -
HSV(B) 315.09º 0.77% 0.84% -
XYZ 36.03 19.41 40.88 -
YUV 112.65 161.5 199.58 -
System Red Green Blue C M Y K H S L
Decimal 213 50 172 0 0.77 0.19 0.16 315.09 0.66 0.52
Hex D5 32 AC 0 4D 13 10 13B 42 34
Octal 325 62 254 0 115 23 20 473 102 64
Binary 11010101 110010 10101100 0 1001101 10011 10000 100111011 1000010 110100

Color Harmonies of #D532AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D532AC

Black with #D532AC

Text Example


Text Example

White with #D532AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D532AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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