Html Css Color HEX #D69EDE Plum

📋 copy color: '#D69EDE'

red 214 ◦ green 158 ◦ blue 222

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

Shades of Plum #D69EDE

Tints of Plum #D69EDE

RGB

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

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

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

R = 36.03%
G = 26.6%
B = 37.37%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D69EDE (or 0xD69EDE) is known color: Plum. HEX triplet: D6, 9E and DE. RGB value is (214,158,222). Sum of RGB (Red+Green+Blue) = 214+158+222=594 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.03% from 594); Green value is 158 (62.11% from 255 or 26.60% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 222 - color contains mainly: blue. Hex color #D69EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69EDE is #296121. Grayscale: #B5B5B5. Windows color (decimal): -2711842 or 14589654. OLE color: 14589654.

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

Color convert

RGB 214 158 222 -
CMYK 0.04 0.29 0 0.13
HSL 292.5º 0.49% 0.75% -
HSV(B) 292.5º 0.29% 0.87% -
XYZ 53.14 44.02 74.8 -
YUV 182.04 150.55 150.8 -
System Red Green Blue C M Y K H S L
Decimal 214 158 222 0.04 0.29 0 0.13 292.5 0.49 0.75
Hex D6 9E DE 4 1D 0 D 124 31 4B
Octal 326 236 336 4 35 0 15 444 61 113
Binary 11010110 10011110 11011110 100 11101 0 1101 100100100 110001 1001011

Color Harmonies of #D69EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69EDE

Black with #D69EDE

Text Example


Text Example

White with #D69EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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