Html Css Color HEX #DA99ED Plum

📋 copy color: '#DA99ED'

red 218 ◦ green 153 ◦ blue 237

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

Shades of Plum #DA99ED

Tints of Plum #DA99ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.98%

R = 35.86%
G = 25.16%
B = 38.98%

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

#DA99ED (or 0xDA99ED) is known color: Plum. HEX triplet: DA, 99 and ED. RGB value is (218,153,237). Sum of RGB (Red+Green+Blue) = 218+153+237=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 153 (60.16% from 255 or 25.16% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA99ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA99ED is #256612. Grayscale: #B5B5B5. Windows color (decimal): -2450963 or 15571418. OLE color: 15571418.

HSL color Cylindrical-coordinate representation of color #DA99ED: hue angle of 286.43º degrees, saturation: 0.7, 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 #DA99ED is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 153 237 -
CMYK 0.08 0.35 0 0.07
HSL 286.43º 0.7% 0.76% -
HSV(B) 286.43º 0.35% 0.93% -
XYZ 55.59 43.8 85.65 -
YUV 182.01 159.03 153.67 -
System Red Green Blue C M Y K H S L
Decimal 218 153 237 0.08 0.35 0 0.07 286.43 0.7 0.76
Hex DA 99 ED 8 23 0 7 11E 46 4C
Octal 332 231 355 10 43 0 7 436 106 114
Binary 11011010 10011001 11101101 1000 100011 0 111 100011110 1000110 1001100

Color Harmonies of #DA99ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA99ED

Black with #DA99ED

Text Example


Text Example

White with #DA99ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA99ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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