Html Css Color HEX #D326A8 Deep Cerise

📋 copy color: '#D326A8'

red 211 ◦ green 38 ◦ blue 168

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

Shades of Deep Cerise #D326A8

Tints of Deep Cerise #D326A8

RGB

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

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

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

R = 50.6%
G = 9.11%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D326A8 (or 0xD326A8) is known color: Deep Cerise. HEX triplet: D3, 26 and A8. RGB value is (211,38,168). Sum of RGB (Red+Green+Blue) = 211+38+168=417 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.60% from 417); Green value is 38 (15.23% from 255 or 9.11% from 417); Blue value is 168 (66.02% from 255 or 40.29% from 417); Max value from RGB is 211 - color contains mainly: red. Hex color #D326A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D326A8 is #2CD957. Grayscale: #686868. Windows color (decimal): -2939224 or 11019987. OLE color: 11019987.

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

Color convert

RGB 211 38 168 -
CMYK 0 0.82 0.20 0.17
HSL 314.91º 0.69% 0.49% -
HSV(B) 314.91º 0.82% 0.83% -
XYZ 34.62 18.06 38.71 -
YUV 104.55 163.81 203.93 -
System Red Green Blue C M Y K H S L
Decimal 211 38 168 0 0.82 0.20 0.17 314.91 0.69 0.49
Hex D3 26 A8 0 52 14 11 13B 45 31
Octal 323 46 250 0 122 24 21 473 105 61
Binary 11010011 100110 10101000 0 1010010 10100 10001 100111011 1000101 110001

Color Harmonies of #D326A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D326A8

Black with #D326A8

Text Example


Text Example

White with #D326A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D326A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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