Html Css Color HEX #DA99EC Plum

📋 copy color: '#DA99EC'

red 218 ◦ green 153 ◦ blue 236

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

Shades of Plum #DA99EC

Tints of Plum #DA99EC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.21%

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

R = 35.91%
G = 25.21%
B = 38.88%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DA99EC (or 0xDA99EC) is known color: Plum. HEX triplet: DA, 99 and EC. RGB value is (218,153,236). Sum of RGB (Red+Green+Blue) = 218+153+236=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 153 (60.16% from 255 or 25.21% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #DA99EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA99EC is #256613. Grayscale: #B5B5B5. Windows color (decimal): -2450964 or 15505882. OLE color: 15505882.

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

Color convert

RGB 218 153 236 -
CMYK 0.08 0.35 0 0.07
HSL 286.99º 0.69% 0.76% -
HSV(B) 286.99º 0.35% 0.93% -
XYZ 55.45 43.74 84.88 -
YUV 181.9 158.53 153.75 -
System Red Green Blue C M Y K H S L
Decimal 218 153 236 0.08 0.35 0 0.07 286.99 0.69 0.76
Hex DA 99 EC 8 23 0 7 11F 45 4C
Octal 332 231 354 10 43 0 7 437 105 114
Binary 11011010 10011001 11101100 1000 100011 0 111 100011111 1000101 1001100

Color Harmonies of #DA99EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA99EC

Black with #DA99EC

Text Example


Text Example

White with #DA99EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA99EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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