Html Css Color HEX #D69EDD Plum

📋 copy color: '#D69EDD'

red 214 ◦ green 158 ◦ blue 221

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

Shades of Plum #D69EDD

Tints of Plum #D69EDD

RGB

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

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

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

R = 36.09%
G = 26.64%
B = 37.27%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D69EDD (or 0xD69EDD) is known color: Plum. HEX triplet: D6, 9E and DD. RGB value is (214,158,221). Sum of RGB (Red+Green+Blue) = 214+158+221=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 158 (62.11% from 255 or 26.64% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 221 - color contains mainly: blue. Hex color #D69EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69EDD is #296122. Grayscale: #B5B5B5. Windows color (decimal): -2711843 or 14524118. OLE color: 14524118.

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

Color convert

RGB 214 158 221 -
CMYK 0.03 0.29 0 0.13
HSL 293.33º 0.48% 0.74% -
HSV(B) 293.33º 0.29% 0.87% -
XYZ 53.01 43.97 74.1 -
YUV 181.93 150.05 150.88 -
System Red Green Blue C M Y K H S L
Decimal 214 158 221 0.03 0.29 0 0.13 293.33 0.48 0.74
Hex D6 9E DD 3 1D 0 D 125 30 4A
Octal 326 236 335 3 35 0 15 445 60 112
Binary 11010110 10011110 11011101 11 11101 0 1101 100100101 110000 1001010

Color Harmonies of #D69EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69EDD

Black with #D69EDD

Text Example


Text Example

White with #D69EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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