Html Css Color HEX #D699DD Plum

📋 copy color: '#D699DD'

red 214 ◦ green 153 ◦ blue 221

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

Shades of Plum #D699DD

Tints of Plum #D699DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.59%

R = 36.39%
G = 26.02%
B = 37.59%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D699DD (or 0xD699DD) is known color: Plum. HEX triplet: D6, 99 and DD. RGB value is (214,153,221). Sum of RGB (Red+Green+Blue) = 214+153+221=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 153 (60.16% from 255 or 26.02% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #D699DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D699DD is #296622. Grayscale: #B2B2B2. Windows color (decimal): -2713123 or 14522838. OLE color: 14522838.

HSL color Cylindrical-coordinate representation of color #D699DD: hue angle of 293.82º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D699DD is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 153 221 -
CMYK 0.03 0.31 0 0.13
HSL 293.82º 0.5% 0.73% -
HSV(B) 293.82º 0.31% 0.87% -
XYZ 52.17 42.3 73.82 -
YUV 178.99 151.71 152.97 -
System Red Green Blue C M Y K H S L
Decimal 214 153 221 0.03 0.31 0 0.13 293.82 0.5 0.73
Hex D6 99 DD 3 1F 0 D 126 32 49
Octal 326 231 335 3 37 0 15 446 62 111
Binary 11010110 10011001 11011101 11 11111 0 1101 100100110 110010 1001001

Color Harmonies of #D699DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D699DD

Black with #D699DD

Text Example


Text Example

White with #D699DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D699DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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