Html Css Color HEX #D68ADE Plum

📋 copy color: '#D68ADE'

red 214 ◦ green 138 ◦ blue 222

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

Shades of Plum #D68ADE

Tints of Plum #D68ADE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.04%

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

R = 37.28%
G = 24.04%
B = 38.68%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D68ADE (or 0xD68ADE) is known color: Plum. HEX triplet: D6, 8A and DE. RGB value is (214,138,222). Sum of RGB (Red+Green+Blue) = 214+138+222=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 138 (54.30% from 255 or 24.04% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #D68ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68ADE is #297521. Grayscale: #AAAAAA. Windows color (decimal): -2716962 or 14584534. OLE color: 14584534.

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

Color convert

RGB 214 138 222 -
CMYK 0.04 0.38 0 0.13
HSL 294.29º 0.56% 0.71% -
HSV(B) 294.29º 0.38% 0.87% -
XYZ 50 37.75 73.76 -
YUV 170.3 157.18 159.17 -
System Red Green Blue C M Y K H S L
Decimal 214 138 222 0.04 0.38 0 0.13 294.29 0.56 0.71
Hex D6 8A DE 4 26 0 D 126 38 47
Octal 326 212 336 4 46 0 15 446 70 107
Binary 11010110 10001010 11011110 100 100110 0 1101 100100110 111000 1000111

Color Harmonies of #D68ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68ADE

Black with #D68ADE

Text Example


Text Example

White with #D68ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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