Html Css Color HEX #D528AC Deep Cerise

📋 copy color: '#D528AC'

red 213 ◦ green 40 ◦ blue 172

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

Shades of Deep Cerise #D528AC

Tints of Deep Cerise #D528AC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.41%

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

R = 50.12%
G = 9.41%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D528AC (or 0xD528AC) is known color: Deep Cerise. HEX triplet: D5, 28 and AC. RGB value is (213,40,172). Sum of RGB (Red+Green+Blue) = 213+40+172=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 40 (16.02% from 255 or 9.41% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D528AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D528AC is #2AD753. Grayscale: #6A6A6A. Windows color (decimal): -2807636 or 11282645. OLE color: 11282645.

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

Color convert

RGB 213 40 172 -
CMYK 0 0.81 0.19 0.16
HSL 314.22º 0.68% 0.5% -
HSV(B) 314.22º 0.81% 0.84% -
XYZ 35.65 18.64 40.75 -
YUV 106.78 164.81 203.77 -
System Red Green Blue C M Y K H S L
Decimal 213 40 172 0 0.81 0.19 0.16 314.22 0.68 0.5
Hex D5 28 AC 0 51 13 10 13A 44 32
Octal 325 50 254 0 121 23 20 472 104 62
Binary 11010101 101000 10101100 0 1010001 10011 10000 100111010 1000100 110010

Color Harmonies of #D528AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D528AC

Black with #D528AC

Text Example


Text Example

White with #D528AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D528AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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