Html Css Color HEX #D328A9 Deep Cerise

📋 copy color: '#D328A9'

red 211 ◦ green 40 ◦ blue 169

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

Shades of Deep Cerise #D328A9

Tints of Deep Cerise #D328A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 40.24%

R = 50.24%
G = 9.52%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D328A9 (or 0xD328A9) is known color: Deep Cerise. HEX triplet: D3, 28 and A9. RGB value is (211,40,169). Sum of RGB (Red+Green+Blue) = 211+40+169=420 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.24% from 420); Green value is 40 (16.02% from 255 or 9.52% from 420); Blue value is 169 (66.41% from 255 or 40.24% from 420); Max value from RGB is 211 - color contains mainly: red. Hex color #D328A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D328A9 is #2CD756. Grayscale: #696969. Windows color (decimal): -2938711 or 11086035. OLE color: 11086035.

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

Color convert

RGB 211 40 169 -
CMYK 0 0.81 0.20 0.17
HSL 314.74º 0.68% 0.49% -
HSV(B) 314.74º 0.81% 0.83% -
XYZ 34.78 18.23 39.22 -
YUV 105.84 163.65 203.01 -
System Red Green Blue C M Y K H S L
Decimal 211 40 169 0 0.81 0.20 0.17 314.74 0.68 0.49
Hex D3 28 A9 0 51 14 11 13B 44 31
Octal 323 50 251 0 121 24 21 473 104 61
Binary 11010011 101000 10101001 0 1010001 10100 10001 100111011 1000100 110001

Color Harmonies of #D328A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D328A9

Black with #D328A9

Text Example


Text Example

White with #D328A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D328A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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