Html Css Color HEX #D69EDC Plum

📋 copy color: '#D69EDC'

red 214 ◦ green 158 ◦ blue 220

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

Shades of Plum #D69EDC

Tints of Plum #D69EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.16%

R = 36.15%
G = 26.69%
B = 37.16%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D69EDC (or 0xD69EDC) is known color: Plum. HEX triplet: D6, 9E and DC. RGB value is (214,158,220). Sum of RGB (Red+Green+Blue) = 214+158+220=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 158 (62.11% from 255 or 26.69% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #D69EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69EDC is #296123. Grayscale: #B5B5B5. Windows color (decimal): -2711844 or 14458582. OLE color: 14458582.

HSL color Cylindrical-coordinate representation of color #D69EDC: hue angle of 294.19º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D69EDC is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 158 220 -
CMYK 0.03 0.28 0 0.14
HSL 294.19º 0.47% 0.74% -
HSV(B) 294.19º 0.28% 0.86% -
XYZ 52.88 43.92 73.4 -
YUV 181.81 149.55 150.96 -
System Red Green Blue C M Y K H S L
Decimal 214 158 220 0.03 0.28 0 0.14 294.19 0.47 0.74
Hex D6 9E DC 3 1C 0 E 126 2F 4A
Octal 326 236 334 3 34 0 16 446 57 112
Binary 11010110 10011110 11011100 11 11100 0 1110 100100110 101111 1001010

Color Harmonies of #D69EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69EDC

Black with #D69EDC

Text Example


Text Example

White with #D69EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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