Html Css Color HEX #DA96DC Plum

📋 copy color: '#DA96DC'

red 218 ◦ green 150 ◦ blue 220

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

Shades of Plum #DA96DC

Tints of Plum #DA96DC

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #DA96DC: hue angle of 298.29º 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 #DA96DC is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 150 220 -
CMYK 0.01 0.32 0 0.14
HSL 298.29º 0.5% 0.73% -
HSV(B) 298.29º 0.32% 0.86% -
XYZ 52.74 41.89 73.02 -
YUV 178.31 151.53 156.31 -
System Red Green Blue C M Y K H S L
Decimal 218 150 220 0.01 0.32 0 0.14 298.29 0.5 0.73
Hex DA 96 DC 1 20 0 E 12A 32 49
Octal 332 226 334 1 40 0 16 452 62 111
Binary 11011010 10010110 11011100 1 100000 0 1110 100101010 110010 1001001

Color Harmonies of #DA96DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA96DC

Black with #DA96DC

Text Example


Text Example

White with #DA96DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA96DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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