Html Css Color HEX #D69BDB Plum

📋 copy color: '#D69BDB'

red 214 ◦ green 155 ◦ blue 219

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

Shades of Plum #D69BDB

Tints of Plum #D69BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.36%

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

R = 36.39%
G = 26.36%
B = 37.24%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D69BDB (or 0xD69BDB) is known color: Plum. HEX triplet: D6, 9B and DB. RGB value is (214,155,219). Sum of RGB (Red+Green+Blue) = 214+155+219=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 155 (60.94% from 255 or 26.36% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #D69BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69BDB is #296424. Grayscale: #B3B3B3. Windows color (decimal): -2712613 or 14392278. OLE color: 14392278.

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

Color convert

RGB 214 155 219 -
CMYK 0.02 0.29 0 0.14
HSL 295.31º 0.47% 0.73% -
HSV(B) 295.31º 0.29% 0.86% -
XYZ 52.24 42.85 72.54 -
YUV 179.94 150.05 152.3 -
System Red Green Blue C M Y K H S L
Decimal 214 155 219 0.02 0.29 0 0.14 295.31 0.47 0.73
Hex D6 9B DB 2 1D 0 E 127 2F 49
Octal 326 233 333 2 35 0 16 447 57 111
Binary 11010110 10011011 11011011 10 11101 0 1110 100100111 101111 1001001

Color Harmonies of #D69BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69BDB

Black with #D69BDB

Text Example


Text Example

White with #D69BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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