Html Css Color HEX #D68EE3 Plum

📋 copy color: '#D68EE3'

red 214 ◦ green 142 ◦ blue 227

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

Shades of Plum #D68EE3

Tints of Plum #D68EE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 38.94%

R = 36.71%
G = 24.36%
B = 38.94%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D68EE3 (or 0xD68EE3) is known color: Plum. HEX triplet: D6, 8E and E3. RGB value is (214,142,227). Sum of RGB (Red+Green+Blue) = 214+142+227=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 142 (55.86% from 255 or 24.36% from 583); Blue value is 227 (89.06% from 255 or 38.94% from 583); Max value from RGB is 227 - color contains mainly: blue. Hex color #D68EE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68EE3 is #29711C. Grayscale: #ACACAC. Windows color (decimal): -2715933 or 14913238. OLE color: 14913238.

HSL color Cylindrical-coordinate representation of color #D68EE3: hue angle of 290.82º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D68EE3 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 142 227 -
CMYK 0.06 0.37 0 0.11
HSL 290.82º 0.6% 0.72% -
HSV(B) 290.82º 0.37% 0.89% -
XYZ 51.27 39.19 77.53 -
YUV 173.22 158.35 157.09 -
System Red Green Blue C M Y K H S L
Decimal 214 142 227 0.06 0.37 0 0.11 290.82 0.6 0.72
Hex D6 8E E3 6 25 0 B 123 3C 48
Octal 326 216 343 6 45 0 13 443 74 110
Binary 11010110 10001110 11100011 110 100101 0 1011 100100011 111100 1001000

Color Harmonies of #D68EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68EE3

Black with #D68EE3

Text Example


Text Example

White with #D68EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68EE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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