Html Css Color HEX #D68EE0 Plum

📋 copy color: '#D68EE0'

red 214 ◦ green 142 ◦ blue 224

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

Shades of Plum #D68EE0

Tints of Plum #D68EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.62%

R = 36.9%
G = 24.48%
B = 38.62%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D68EE0 (or 0xD68EE0) is known color: Plum. HEX triplet: D6, 8E and E0. RGB value is (214,142,224). Sum of RGB (Red+Green+Blue) = 214+142+224=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 142 (55.86% from 255 or 24.48% from 580); Blue value is 224 (87.89% from 255 or 38.62% from 580); Max value from RGB is 224 - color contains mainly: blue. Hex color #D68EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68EE0 is #29711F. Grayscale: #ACACAC. Windows color (decimal): -2715936 or 14716630. OLE color: 14716630.

HSL color Cylindrical-coordinate representation of color #D68EE0: hue angle of 292.68º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D68EE0 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 142 224 -
CMYK 0.04 0.37 0 0.12
HSL 292.68º 0.57% 0.72% -
HSV(B) 292.68º 0.37% 0.88% -
XYZ 50.86 39.02 75.37 -
YUV 172.88 156.85 157.33 -
System Red Green Blue C M Y K H S L
Decimal 214 142 224 0.04 0.37 0 0.12 292.68 0.57 0.72
Hex D6 8E E0 4 25 0 C 125 39 48
Octal 326 216 340 4 45 0 14 445 71 110
Binary 11010110 10001110 11100000 100 100101 0 1100 100100101 111001 1001000

Color Harmonies of #D68EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68EE0

Black with #D68EE0

Text Example


Text Example

White with #D68EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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