Html Css Color HEX #D69ED0 Plum

📋 copy color: '#D69ED0'

red 214 ◦ green 158 ◦ blue 208

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

Shades of Plum #D69ED0

Tints of Plum #D69ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.86%

R = 36.9%
G = 27.24%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D69ED0 (or 0xD69ED0) is known color: Plum. HEX triplet: D6, 9E and D0. RGB value is (214,158,208). Sum of RGB (Red+Green+Blue) = 214+158+208=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 158 (62.11% from 255 or 27.24% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 214 - color contains mainly: red. Hex color #D69ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69ED0 is #29612F. Grayscale: #B4B4B4. Windows color (decimal): -2711856 or 13672150. OLE color: 13672150.

HSL color Cylindrical-coordinate representation of color #D69ED0: hue angle of 306.43º 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 #D69ED0 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 158 208 -
CMYK 0 0.26 0.03 0.16
HSL 306.43º 0.41% 0.73% -
HSV(B) 306.43º 0.26% 0.84% -
XYZ 51.34 43.3 65.33 -
YUV 180.44 143.55 151.93 -
System Red Green Blue C M Y K H S L
Decimal 214 158 208 0 0.26 0.03 0.16 306.43 0.41 0.73
Hex D6 9E D0 0 1A 3 10 132 29 49
Octal 326 236 320 0 32 3 20 462 51 111
Binary 11010110 10011110 11010000 0 11010 11 10000 100110010 101001 1001001

Color Harmonies of #D69ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69ED0

Black with #D69ED0

Text Example


Text Example

White with #D69ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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