Html Css Color HEX #D69ADC Plum

📋 copy color: '#D69ADC'

red 214 ◦ green 154 ◦ blue 220

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

Shades of Plum #D69ADC

Tints of Plum #D69ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.41%

R = 36.39%
G = 26.19%
B = 37.41%

CMYK

 C value IS 0.03

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D69ADC (or 0xD69ADC) is known color: Plum. HEX triplet: D6, 9A and DC. RGB value is (214,154,220). Sum of RGB (Red+Green+Blue) = 214+154+220=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 154 (60.55% from 255 or 26.19% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #D69ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69ADC is #296523. Grayscale: #B3B3B3. Windows color (decimal): -2712868 or 14457558. OLE color: 14457558.

HSL color Cylindrical-coordinate representation of color #D69ADC: hue angle of 294.55º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D69ADC is Cyan = 0.03, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 154 220 -
CMYK 0.03 0.3 0 0.14
HSL 294.55º 0.49% 0.73% -
HSV(B) 294.55º 0.3% 0.86% -
XYZ 52.21 42.57 73.18 -
YUV 179.46 150.88 152.63 -
System Red Green Blue C M Y K H S L
Decimal 214 154 220 0.03 0.3 0 0.14 294.55 0.49 0.73
Hex D6 9A DC 3 1E 0 E 127 31 49
Octal 326 232 334 3 36 0 16 447 61 111
Binary 11010110 10011010 11011100 11 11110 0 1110 100100111 110001 1001001

Color Harmonies of #D69ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69ADC

Black with #D69ADC

Text Example


Text Example

White with #D69ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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