Html Css Color HEX #D68EDE Plum

📋 copy color: '#D68EDE'

red 214 ◦ green 142 ◦ blue 222

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

Shades of Plum #D68EDE

Tints of Plum #D68EDE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.57%

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

R = 37.02%
G = 24.57%
B = 38.41%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D68EDE (or 0xD68EDE) is known color: Plum. HEX triplet: D6, 8E and DE. RGB value is (214,142,222). Sum of RGB (Red+Green+Blue) = 214+142+222=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 142 (55.86% from 255 or 24.57% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 222 - color contains mainly: blue. Hex color #D68EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68EDE is #297121. Grayscale: #ACACAC. Windows color (decimal): -2715938 or 14585558. OLE color: 14585558.

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

Color convert

RGB 214 142 222 -
CMYK 0.04 0.36 0 0.13
HSL 294º 0.55% 0.71% -
HSV(B) 294º 0.36% 0.87% -
XYZ 50.59 38.92 73.95 -
YUV 172.65 155.85 157.5 -
System Red Green Blue C M Y K H S L
Decimal 214 142 222 0.04 0.36 0 0.13 294 0.55 0.71
Hex D6 8E DE 4 24 0 D 126 37 47
Octal 326 216 336 4 44 0 15 446 67 107
Binary 11010110 10001110 11011110 100 100100 0 1101 100100110 110111 1000111

Color Harmonies of #D68EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68EDE

Black with #D68EDE

Text Example


Text Example

White with #D68EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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