Html Css Color HEX #D99AEA Plum

📋 copy color: '#D99AEA'

red 217 ◦ green 154 ◦ blue 234

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

Shades of Plum #D99AEA

Tints of Plum #D99AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.68%

R = 35.87%
G = 25.45%
B = 38.68%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D99AEA (or 0xD99AEA) is known color: Plum. HEX triplet: D9, 9A and EA. RGB value is (217,154,234). Sum of RGB (Red+Green+Blue) = 217+154+234=605 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.87% from 605); Green value is 154 (60.55% from 255 or 25.45% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #D99AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99AEA is #266515. Grayscale: #B5B5B5. Windows color (decimal): -2516246 or 15375065. OLE color: 15375065.

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

Color convert

RGB 217 154 234 -
CMYK 0.07 0.34 0 0.08
HSL 287.25º 0.66% 0.76% -
HSV(B) 287.25º 0.34% 0.92% -
XYZ 55.02 43.8 83.4 -
YUV 181.96 157.37 153 -
System Red Green Blue C M Y K H S L
Decimal 217 154 234 0.07 0.34 0 0.08 287.25 0.66 0.76
Hex D9 9A EA 7 22 0 8 11F 42 4C
Octal 331 232 352 7 42 0 10 437 102 114
Binary 11011001 10011010 11101010 111 100010 0 1000 100011111 1000010 1001100

Color Harmonies of #D99AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99AEA

Black with #D99AEA

Text Example


Text Example

White with #D99AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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