Html Css Color HEX #D69AD9 Plum

📋 copy color: '#D69AD9'

red 214 ◦ green 154 ◦ blue 217

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

Shades of Plum #D69AD9

Tints of Plum #D69AD9

RGB

 RED value IS 214 (83.98% from 255) = 36.58%

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

 BLUE value IS 217 (85.16% from 255) = 37.09%

R = 36.58%
G = 26.32%
B = 37.09%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D69AD9 (or 0xD69AD9) is known color: Plum. HEX triplet: D6, 9A and D9. RGB value is (214,154,217). Sum of RGB (Red+Green+Blue) = 214+154+217=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 154 (60.55% from 255 or 26.32% from 585); Blue value is 217 (85.16% from 255 or 37.09% from 585); Max value from RGB is 217 - color contains mainly: blue. Hex color #D69AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69AD9 is #296526. Grayscale: #B2B2B2. Windows color (decimal): -2712871 or 14260950. OLE color: 14260950.

HSL color Cylindrical-coordinate representation of color #D69AD9: hue angle of 297.14º degrees, saturation: 0.45, 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 #D69AD9 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 154 217 -
CMYK 0.01 0.29 0 0.15
HSL 297.14º 0.45% 0.73% -
HSV(B) 297.14º 0.29% 0.85% -
XYZ 51.81 42.42 71.1 -
YUV 179.12 149.38 152.88 -
System Red Green Blue C M Y K H S L
Decimal 214 154 217 0.01 0.29 0 0.15 297.14 0.45 0.73
Hex D6 9A D9 1 1D 0 F 129 2D 49
Octal 326 232 331 1 35 0 17 451 55 111
Binary 11010110 10011010 11011001 1 11101 0 1111 100101001 101101 1001001

Color Harmonies of #D69AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69AD9

Black with #D69AD9

Text Example


Text Example

White with #D69AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69AD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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