Html Css Color HEX #D99ADA Plum

📋 copy color: '#D99ADA'

red 217 ◦ green 154 ◦ blue 218

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

Shades of Plum #D99ADA

Tints of Plum #D99ADA

RGB

 RED value IS 217 (85.16% from 255) = 36.84%

 GREEN value IS 154 (60.55% from 255) = 26.15%

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

R = 36.84%
G = 26.15%
B = 37.01%

CMYK

 C value IS 0.00

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D99ADA (or 0xD99ADA) is known color: Plum. HEX triplet: D9, 9A and DA. RGB value is (217,154,218). Sum of RGB (Red+Green+Blue) = 217+154+218=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 154 (60.55% from 255 or 26.15% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 218 - color contains mainly: blue. Hex color #D99ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99ADA is #266525. Grayscale: #B3B3B3. Windows color (decimal): -2516262 or 14326489. OLE color: 14326489.

HSL color Cylindrical-coordinate representation of color #D99ADA: hue angle of 299.06º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D99ADA is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 154 218 -
CMYK 0.00 0.29 0 0.15
HSL 299.06º 0.46% 0.73% -
HSV(B) 299.06º 0.29% 0.85% -
XYZ 52.83 42.92 71.83 -
YUV 180.13 149.37 154.3 -
System Red Green Blue C M Y K H S L
Decimal 217 154 218 0.00 0.29 0 0.15 299.06 0.46 0.73
Hex D9 9A DA 0 1D 0 F 12B 2E 49
Octal 331 232 332 0 35 0 17 453 56 111
Binary 11011001 10011010 11011010 0 11101 0 1111 100101011 101110 1001001

Color Harmonies of #D99ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99ADA

Black with #D99ADA

Text Example


Text Example

White with #D99ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99ADA; }

 p { color: rgb(217,154,218); }

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

background-color css

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

 a { background-color: rgb(217,154,218); }

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

border-color css

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

 span { border-color: rgb(217,154,218); }

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