Html Css Color HEX #D69EDB Plum

📋 copy color: '#D69EDB'

red 214 ◦ green 158 ◦ blue 219

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

Shades of Plum #D69EDB

Tints of Plum #D69EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.73%

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

R = 36.21%
G = 26.73%
B = 37.06%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D69EDB (or 0xD69EDB) is known color: Plum. HEX triplet: D6, 9E and DB. RGB value is (214,158,219). Sum of RGB (Red+Green+Blue) = 214+158+219=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 158 (62.11% from 255 or 26.73% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #D69EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69EDB is #296124. Grayscale: #B5B5B5. Windows color (decimal): -2711845 or 14393046. OLE color: 14393046.

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

Color convert

RGB 214 158 219 -
CMYK 0.02 0.28 0 0.14
HSL 295.08º 0.46% 0.74% -
HSV(B) 295.08º 0.28% 0.86% -
XYZ 52.74 43.86 72.7 -
YUV 181.7 149.05 151.04 -
System Red Green Blue C M Y K H S L
Decimal 214 158 219 0.02 0.28 0 0.14 295.08 0.46 0.74
Hex D6 9E DB 2 1C 0 E 127 2E 4A
Octal 326 236 333 2 34 0 16 447 56 112
Binary 11010110 10011110 11011011 10 11100 0 1110 100100111 101110 1001010

Color Harmonies of #D69EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69EDB

Black with #D69EDB

Text Example


Text Example

White with #D69EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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