Html Css Color HEX #D68ED8 Plum

📋 copy color: '#D68ED8'

red 214 ◦ green 142 ◦ blue 216

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

Shades of Plum #D68ED8

Tints of Plum #D68ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.76%

R = 37.41%
G = 24.83%
B = 37.76%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D68ED8 (or 0xD68ED8) is known color: Plum. HEX triplet: D6, 8E and D8. RGB value is (214,142,216). Sum of RGB (Red+Green+Blue) = 214+142+216=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 142 (55.86% from 255 or 24.83% from 572); Blue value is 216 (84.77% from 255 or 37.76% from 572); Max value from RGB is 216 - color contains mainly: blue. Hex color #D68ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68ED8 is #297127. Grayscale: #ABABAB. Windows color (decimal): -2715944 or 14192342. OLE color: 14192342.

HSL color Cylindrical-coordinate representation of color #D68ED8: hue angle of 298.38º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D68ED8 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 142 216 -
CMYK 0.01 0.34 0 0.15
HSL 298.38º 0.49% 0.7% -
HSV(B) 298.38º 0.34% 0.85% -
XYZ 49.8 38.6 69.79 -
YUV 171.96 152.85 157.98 -
System Red Green Blue C M Y K H S L
Decimal 214 142 216 0.01 0.34 0 0.15 298.38 0.49 0.7
Hex D6 8E D8 1 22 0 F 12A 31 46
Octal 326 216 330 1 42 0 17 452 61 106
Binary 11010110 10001110 11011000 1 100010 0 1111 100101010 110001 1000110

Color Harmonies of #D68ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68ED8

Black with #D68ED8

Text Example


Text Example

White with #D68ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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