Html Css Color HEX #D699E0 Plum

📋 copy color: '#D699E0'

red 214 ◦ green 153 ◦ blue 224

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

Shades of Plum #D699E0

Tints of Plum #D699E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.9%

R = 36.21%
G = 25.89%
B = 37.9%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D699E0 (or 0xD699E0) is known color: Plum. HEX triplet: D6, 99 and E0. RGB value is (214,153,224). Sum of RGB (Red+Green+Blue) = 214+153+224=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 153 (60.16% from 255 or 25.89% from 591); Blue value is 224 (87.89% from 255 or 37.90% from 591); Max value from RGB is 224 - color contains mainly: blue. Hex color #D699E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D699E0 is #29661F. Grayscale: #B3B3B3. Windows color (decimal): -2713120 or 14719446. OLE color: 14719446.

HSL color Cylindrical-coordinate representation of color #D699E0: hue angle of 291.55º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D699E0 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 153 224 -
CMYK 0.04 0.32 0 0.12
HSL 291.55º 0.53% 0.74% -
HSV(B) 291.55º 0.32% 0.88% -
XYZ 52.58 42.46 75.95 -
YUV 179.33 153.21 152.73 -
System Red Green Blue C M Y K H S L
Decimal 214 153 224 0.04 0.32 0 0.12 291.55 0.53 0.74
Hex D6 99 E0 4 20 0 C 124 35 4A
Octal 326 231 340 4 40 0 14 444 65 112
Binary 11010110 10011001 11100000 100 100000 0 1100 100100100 110101 1001010

Color Harmonies of #D699E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D699E0

Black with #D699E0

Text Example


Text Example

White with #D699E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D699E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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