Html Css Color HEX #D68EDD Plum

📋 copy color: '#D68EDD'

red 214 ◦ green 142 ◦ blue 221

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

Shades of Plum #D68EDD

Tints of Plum #D68EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.3%

R = 37.09%
G = 24.61%
B = 38.3%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D68EDD (or 0xD68EDD) is known color: Plum. HEX triplet: D6, 8E and DD. RGB value is (214,142,221). Sum of RGB (Red+Green+Blue) = 214+142+221=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 142 (55.86% from 255 or 24.61% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #D68EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68EDD is #297122. Grayscale: #ACACAC. Windows color (decimal): -2715939 or 14520022. OLE color: 14520022.

HSL color Cylindrical-coordinate representation of color #D68EDD: hue angle of 294.68º degrees, saturation: 0.54, 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 #D68EDD is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 142 221 -
CMYK 0.03 0.36 0 0.13
HSL 294.68º 0.54% 0.71% -
HSV(B) 294.68º 0.36% 0.87% -
XYZ 50.46 38.86 73.25 -
YUV 172.53 155.35 157.58 -
System Red Green Blue C M Y K H S L
Decimal 214 142 221 0.03 0.36 0 0.13 294.68 0.54 0.71
Hex D6 8E DD 3 24 0 D 127 36 47
Octal 326 216 335 3 44 0 15 447 66 107
Binary 11010110 10001110 11011101 11 100100 0 1101 100100111 110110 1000111

Color Harmonies of #D68EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68EDD

Black with #D68EDD

Text Example


Text Example

White with #D68EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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