Html Css Color HEX #D69AD8 Plum

📋 copy color: '#D69AD8'

red 214 ◦ green 154 ◦ blue 216

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

Shades of Plum #D69AD8

Tints of Plum #D69AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.99%

R = 36.64%
G = 26.37%
B = 36.99%

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

#D69AD8 (or 0xD69AD8) is known color: Plum. HEX triplet: D6, 9A and D8. RGB value is (214,154,216). Sum of RGB (Red+Green+Blue) = 214+154+216=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 154 (60.55% from 255 or 26.37% from 584); Blue value is 216 (84.77% from 255 or 36.99% from 584); Max value from RGB is 216 - color contains mainly: blue. Hex color #D69AD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69AD8 is #296527. Grayscale: #B2B2B2. Windows color (decimal): -2712872 or 14195414. OLE color: 14195414.

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

Color convert

RGB 214 154 216 -
CMYK 0.01 0.29 0 0.15
HSL 298.06º 0.44% 0.73% -
HSV(B) 298.06º 0.29% 0.85% -
XYZ 51.68 42.37 70.42 -
YUV 179.01 148.88 152.96 -
System Red Green Blue C M Y K H S L
Decimal 214 154 216 0.01 0.29 0 0.15 298.06 0.44 0.73
Hex D6 9A D8 1 1D 0 F 12A 2C 49
Octal 326 232 330 1 35 0 17 452 54 111
Binary 11010110 10011010 11011000 1 11101 0 1111 100101010 101100 1001001

Color Harmonies of #D69AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69AD8

Black with #D69AD8

Text Example


Text Example

White with #D69AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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