Html Css Color HEX #D329A8 Deep Cerise

📋 copy color: '#D329A8'

red 211 ◦ green 41 ◦ blue 168

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

Shades of Deep Cerise #D329A8

Tints of Deep Cerise #D329A8

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.76%

 BLUE value IS 168 (66.02% from 255) = 40%

R = 50.24%
G = 9.76%
B = 40%

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

#D329A8 (or 0xD329A8) is known color: Deep Cerise. HEX triplet: D3, 29 and A8. RGB value is (211,41,168). Sum of RGB (Red+Green+Blue) = 211+41+168=420 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.24% from 420); Green value is 41 (16.41% from 255 or 9.76% from 420); Blue value is 168 (66.02% from 255 or 40% from 420); Max value from RGB is 211 - color contains mainly: red. Hex color #D329A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D329A8 is #2CD657. Grayscale: #696969. Windows color (decimal): -2938456 or 11020755. OLE color: 11020755.

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

Color convert

RGB 211 41 168 -
CMYK 0 0.81 0.20 0.17
HSL 315.18º 0.67% 0.49% -
HSV(B) 315.18º 0.81% 0.83% -
XYZ 34.72 18.26 38.74 -
YUV 106.31 162.82 202.67 -
System Red Green Blue C M Y K H S L
Decimal 211 41 168 0 0.81 0.20 0.17 315.18 0.67 0.49
Hex D3 29 A8 0 51 14 11 13B 43 31
Octal 323 51 250 0 121 24 21 473 103 61
Binary 11010011 101001 10101000 0 1010001 10100 10001 100111011 1000011 110001

Color Harmonies of #D329A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D329A8

Black with #D329A8

Text Example


Text Example

White with #D329A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D329A8; }

 p { color: rgb(211,41,168); }

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

background-color css

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

 a { background-color: rgb(211,41,168); }

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

border-color css

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

 span { border-color: rgb(211,41,168); }

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