Html Css Color HEX #D328AC Deep Cerise

📋 copy color: '#D328AC'

red 211 ◦ green 40 ◦ blue 172

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

Shades of Deep Cerise #D328AC

Tints of Deep Cerise #D328AC

RGB

 RED value IS 211 (82.81% from 255) = 49.88%

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

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

R = 49.88%
G = 9.46%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D328AC (or 0xD328AC) is known color: Deep Cerise. HEX triplet: D3, 28 and AC. RGB value is (211,40,172). Sum of RGB (Red+Green+Blue) = 211+40+172=423 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.88% from 423); Green value is 40 (16.02% from 255 or 9.46% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 211 - color contains mainly: red. Hex color #D328AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D328AC is #2CD753. Grayscale: #696969. Windows color (decimal): -2938708 or 11282643. OLE color: 11282643.

HSL color Cylindrical-coordinate representation of color #D328AC: hue angle of 313.68º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D328AC is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 40 172 -
CMYK 0 0.81 0.18 0.17
HSL 313.68º 0.68% 0.49% -
HSV(B) 313.68º 0.81% 0.83% -
XYZ 35.07 18.35 40.72 -
YUV 106.18 165.15 202.77 -
System Red Green Blue C M Y K H S L
Decimal 211 40 172 0 0.81 0.18 0.17 313.68 0.68 0.49
Hex D3 28 AC 0 51 12 11 13A 44 31
Octal 323 50 254 0 121 22 21 472 104 61
Binary 11010011 101000 10101100 0 1010001 10010 10001 100111010 1000100 110001

Color Harmonies of #D328AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D328AC

Black with #D328AC

Text Example


Text Example

White with #D328AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D328AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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