Html Css Color HEX #D699DB Plum

📋 copy color: '#D699DB'

red 214 ◦ green 153 ◦ blue 219

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

Shades of Plum #D699DB

Tints of Plum #D699DB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.11%

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

R = 36.52%
G = 26.11%
B = 37.37%

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

#D699DB (or 0xD699DB) is known color: Plum. HEX triplet: D6, 99 and DB. RGB value is (214,153,219). Sum of RGB (Red+Green+Blue) = 214+153+219=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 153 (60.16% from 255 or 26.11% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #D699DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D699DB is #296624. Grayscale: #B2B2B2. Windows color (decimal): -2713125 or 14391766. OLE color: 14391766.

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

Color convert

RGB 214 153 219 -
CMYK 0.02 0.30 0 0.14
HSL 295.45º 0.48% 0.73% -
HSV(B) 295.45º 0.3% 0.86% -
XYZ 51.91 42.19 72.43 -
YUV 178.76 150.71 153.13 -
System Red Green Blue C M Y K H S L
Decimal 214 153 219 0.02 0.30 0 0.14 295.45 0.48 0.73
Hex D6 99 DB 2 1E 0 E 127 30 49
Octal 326 231 333 2 36 0 16 447 60 111
Binary 11010110 10011001 11011011 10 11110 0 1110 100100111 110000 1001001

Color Harmonies of #D699DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D699DB

Black with #D699DB

Text Example


Text Example

White with #D699DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D699DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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