Html Css Color HEX #D326AC Deep Cerise

📋 copy color: '#D326AC'

red 211 ◦ green 38 ◦ blue 172

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

Shades of Deep Cerise #D326AC

Tints of Deep Cerise #D326AC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.03%

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

R = 50.12%
G = 9.03%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D326AC (or 0xD326AC) is known color: Deep Cerise. HEX triplet: D3, 26 and AC. RGB value is (211,38,172). Sum of RGB (Red+Green+Blue) = 211+38+172=421 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.12% from 421); Green value is 38 (15.23% from 255 or 9.03% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 211 - color contains mainly: red. Hex color #D326AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D326AC is #2CD953. Grayscale: #686868. Windows color (decimal): -2939220 or 11282131. OLE color: 11282131.

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

Color convert

RGB 211 38 172 -
CMYK 0 0.82 0.18 0.17
HSL 313.53º 0.69% 0.49% -
HSV(B) 313.53º 0.82% 0.83% -
XYZ 35 18.21 40.7 -
YUV 105 165.81 203.6 -
System Red Green Blue C M Y K H S L
Decimal 211 38 172 0 0.82 0.18 0.17 313.53 0.69 0.49
Hex D3 26 AC 0 52 12 11 13A 45 31
Octal 323 46 254 0 122 22 21 472 105 61
Binary 11010011 100110 10101100 0 1010010 10010 10001 100111010 1000101 110001

Color Harmonies of #D326AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D326AC

Black with #D326AC

Text Example


Text Example

White with #D326AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D326AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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