Html Css Color HEX #D329AC Deep Cerise

📋 copy color: '#D329AC'

red 211 ◦ green 41 ◦ blue 172

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

Shades of Deep Cerise #D329AC

Tints of Deep Cerise #D329AC

RGB

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

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

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

R = 49.76%
G = 9.67%
B = 40.57%

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

#D329AC (or 0xD329AC) is known color: Deep Cerise. HEX triplet: D3, 29 and AC. RGB value is (211,41,172). Sum of RGB (Red+Green+Blue) = 211+41+172=424 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.76% from 424); Green value is 41 (16.41% from 255 or 9.67% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 211 - color contains mainly: red. Hex color #D329AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D329AC is #2CD653. Grayscale: #6A6A6A. Windows color (decimal): -2938452 or 11282899. OLE color: 11282899.

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

Color convert

RGB 211 41 172 -
CMYK 0 0.81 0.18 0.17
HSL 313.76º 0.67% 0.49% -
HSV(B) 313.76º 0.81% 0.83% -
XYZ 35.1 18.41 40.73 -
YUV 106.76 164.82 202.35 -
System Red Green Blue C M Y K H S L
Decimal 211 41 172 0 0.81 0.18 0.17 313.76 0.67 0.49
Hex D3 29 AC 0 51 12 11 13A 43 31
Octal 323 51 254 0 121 22 21 472 103 61
Binary 11010011 101001 10101100 0 1010001 10010 10001 100111010 1000011 110001

Color Harmonies of #D329AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D329AC

Black with #D329AC

Text Example


Text Example

White with #D329AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D329AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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