Html Css Color HEX #D69ADB Plum

📋 copy color: '#D69ADB'

red 214 ◦ green 154 ◦ blue 219

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

Shades of Plum #D69ADB

Tints of Plum #D69ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.31%

R = 36.46%
G = 26.24%
B = 37.31%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D69ADB (or 0xD69ADB) is known color: Plum. HEX triplet: D6, 9A and DB. RGB value is (214,154,219). Sum of RGB (Red+Green+Blue) = 214+154+219=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 154 (60.55% from 255 or 26.24% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #D69ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69ADB is #296524. Grayscale: #B3B3B3. Windows color (decimal): -2712869 or 14392022. OLE color: 14392022.

HSL color Cylindrical-coordinate representation of color #D69ADB: hue angle of 295.38º degrees, saturation: 0.47, 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 #D69ADB is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 154 219 -
CMYK 0.02 0.30 0 0.14
HSL 295.38º 0.47% 0.73% -
HSV(B) 295.38º 0.3% 0.86% -
XYZ 52.07 42.52 72.48 -
YUV 179.35 150.38 152.71 -
System Red Green Blue C M Y K H S L
Decimal 214 154 219 0.02 0.30 0 0.14 295.38 0.47 0.73
Hex D6 9A DB 2 1E 0 E 127 2F 49
Octal 326 232 333 2 36 0 16 447 57 111
Binary 11010110 10011010 11011011 10 11110 0 1110 100100111 101111 1001001

Color Harmonies of #D69ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69ADB

Black with #D69ADB

Text Example


Text Example

White with #D69ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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