Html Css Color HEX #DA96EC Plum

📋 copy color: '#DA96EC'

red 218 ◦ green 150 ◦ blue 236

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

Shades of Plum #DA96EC

Tints of Plum #DA96EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.07%

R = 36.09%
G = 24.83%
B = 39.07%

CMYK

 C value IS 0.08

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DA96EC (or 0xDA96EC) is known color: Plum. HEX triplet: DA, 96 and EC. RGB value is (218,150,236). Sum of RGB (Red+Green+Blue) = 218+150+236=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 150 (58.98% from 255 or 24.83% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #DA96EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA96EC is #256913. Grayscale: #B3B3B3. Windows color (decimal): -2451732 or 15505114. OLE color: 15505114.

HSL color Cylindrical-coordinate representation of color #DA96EC: hue angle of 287.44º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA96EC is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 150 236 -
CMYK 0.08 0.36 0 0.07
HSL 287.44º 0.69% 0.76% -
HSV(B) 287.44º 0.36% 0.93% -
XYZ 54.96 42.77 84.72 -
YUV 180.14 159.53 155.01 -
System Red Green Blue C M Y K H S L
Decimal 218 150 236 0.08 0.36 0 0.07 287.44 0.69 0.76
Hex DA 96 EC 8 24 0 7 11F 45 4C
Octal 332 226 354 10 44 0 7 437 105 114
Binary 11011010 10010110 11101100 1000 100100 0 111 100011111 1000101 1001100

Color Harmonies of #DA96EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA96EC

Black with #DA96EC

Text Example


Text Example

White with #DA96EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA96EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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