Html Css Color HEX #D69ED5 Plum

📋 copy color: '#D69ED5'

red 214 ◦ green 158 ◦ blue 213

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

Shades of Plum #D69ED5

Tints of Plum #D69ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.41%

R = 36.58%
G = 27.01%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D69ED5 (or 0xD69ED5) is known color: Plum. HEX triplet: D6, 9E and D5. RGB value is (214,158,213). Sum of RGB (Red+Green+Blue) = 214+158+213=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 158 (62.11% from 255 or 27.01% from 585); Blue value is 213 (83.59% from 255 or 36.41% from 585); Max value from RGB is 214 - color contains mainly: red. Hex color #D69ED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69ED5 is #29612A. Grayscale: #B4B4B4. Windows color (decimal): -2711851 or 13999830. OLE color: 13999830.

HSL color Cylindrical-coordinate representation of color #D69ED5: hue angle of 301.07º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D69ED5 is Cyan = 0, Magento = 0.26, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 158 213 -
CMYK 0 0.26 0.00 0.16
HSL 301.07º 0.41% 0.73% -
HSV(B) 301.07º 0.26% 0.84% -
XYZ 51.97 43.55 68.62 -
YUV 181.01 146.05 151.53 -
System Red Green Blue C M Y K H S L
Decimal 214 158 213 0 0.26 0.00 0.16 301.07 0.41 0.73
Hex D6 9E D5 0 1A 0 10 12D 29 49
Octal 326 236 325 0 32 0 20 455 51 111
Binary 11010110 10011110 11010101 0 11010 0 10000 100101101 101001 1001001

Color Harmonies of #D69ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69ED5

Black with #D69ED5

Text Example


Text Example

White with #D69ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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