Html Css Color HEX #D69ADA Plum

📋 copy color: '#D69ADA'

red 214 ◦ green 154 ◦ blue 218

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

Shades of Plum #D69ADA

Tints of Plum #D69ADA

RGB

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

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

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

R = 36.52%
G = 26.28%
B = 37.2%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D69ADA (or 0xD69ADA) is known color: Plum. HEX triplet: D6, 9A and DA. RGB value is (214,154,218). Sum of RGB (Red+Green+Blue) = 214+154+218=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 154 (60.55% from 255 or 26.28% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 218 - color contains mainly: blue. Hex color #D69ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69ADA is #296525. Grayscale: #B3B3B3. Windows color (decimal): -2712870 or 14326486. OLE color: 14326486.

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

Color convert

RGB 214 154 218 -
CMYK 0.02 0.29 0 0.15
HSL 296.25º 0.46% 0.73% -
HSV(B) 296.25º 0.29% 0.85% -
XYZ 51.94 42.47 71.79 -
YUV 179.24 149.88 152.8 -
System Red Green Blue C M Y K H S L
Decimal 214 154 218 0.02 0.29 0 0.15 296.25 0.46 0.73
Hex D6 9A DA 2 1D 0 F 128 2E 49
Octal 326 232 332 2 35 0 17 450 56 111
Binary 11010110 10011010 11011010 10 11101 0 1111 100101000 101110 1001001

Color Harmonies of #D69ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69ADA

Black with #D69ADA

Text Example


Text Example

White with #D69ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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