Html Css Color HEX #D699DE Plum

📋 copy color: '#D699DE'

red 214 ◦ green 153 ◦ blue 222

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

Shades of Plum #D699DE

Tints of Plum #D699DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.69%

R = 36.33%
G = 25.98%
B = 37.69%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D699DE (or 0xD699DE) is known color: Plum. HEX triplet: D6, 99 and DE. RGB value is (214,153,222). Sum of RGB (Red+Green+Blue) = 214+153+222=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 153 (60.16% from 255 or 25.98% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 222 - color contains mainly: blue. Hex color #D699DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D699DE is #296621. Grayscale: #B2B2B2. Windows color (decimal): -2713122 or 14588374. OLE color: 14588374.

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

Color convert

RGB 214 153 222 -
CMYK 0.04 0.31 0 0.13
HSL 293.04º 0.51% 0.74% -
HSV(B) 293.04º 0.31% 0.87% -
XYZ 52.31 42.35 74.53 -
YUV 179.11 152.21 152.89 -
System Red Green Blue C M Y K H S L
Decimal 214 153 222 0.04 0.31 0 0.13 293.04 0.51 0.74
Hex D6 99 DE 4 1F 0 D 125 33 4A
Octal 326 231 336 4 37 0 15 445 63 112
Binary 11010110 10011001 11011110 100 11111 0 1101 100100101 110011 1001010

Color Harmonies of #D699DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D699DE

Black with #D699DE

Text Example


Text Example

White with #D699DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D699DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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