Html Css Color HEX #DC96DA Plum

📋 copy color: '#DC96DA'

red 220 ◦ green 150 ◦ blue 218

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

Shades of Plum #DC96DA

Tints of Plum #DC96DA

RGB

 RED value IS 220 (86.33% from 255) = 37.41%

 GREEN value IS 150 (58.98% from 255) = 25.51%

 BLUE value IS 218 (85.55% from 255) = 37.07%

R = 37.41%
G = 25.51%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC96DA (or 0xDC96DA) is known color: Plum. HEX triplet: DC, 96 and DA. RGB value is (220,150,218). Sum of RGB (Red+Green+Blue) = 220+150+218=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 150 (58.98% from 255 or 25.51% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC96DA is #236925. Grayscale: #B2B2B2. Windows color (decimal): -2320678 or 14325468. OLE color: 14325468.

HSL color Cylindrical-coordinate representation of color #DC96DA: hue angle of 301.71º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC96DA is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 150 218 -
CMYK 0 0.32 0.01 0.14
HSL 301.71º 0.5% 0.73% -
HSV(B) 301.71º 0.32% 0.86% -
XYZ 53.08 42.09 71.66 -
YUV 178.68 150.19 157.47 -
System Red Green Blue C M Y K H S L
Decimal 220 150 218 0 0.32 0.01 0.14 301.71 0.5 0.73
Hex DC 96 DA 0 20 1 E 12E 32 49
Octal 334 226 332 0 40 1 16 456 62 111
Binary 11011100 10010110 11011010 0 100000 1 1110 100101110 110010 1001001

Color Harmonies of #DC96DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC96DA

Black with #DC96DA

Text Example


Text Example

White with #DC96DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC96DA; }

 p { color: rgb(220,150,218); }

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

background-color css

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

 a { background-color: rgb(220,150,218); }

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

border-color css

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

 span { border-color: rgb(220,150,218); }

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