Html Css Color HEX #D68EDF Plum

📋 copy color: '#D68EDF'

red 214 ◦ green 142 ◦ blue 223

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

Shades of Plum #D68EDF

Tints of Plum #D68EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.51%

R = 36.96%
G = 24.53%
B = 38.51%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D68EDF (or 0xD68EDF) is known color: Plum. HEX triplet: D6, 8E and DF. RGB value is (214,142,223). Sum of RGB (Red+Green+Blue) = 214+142+223=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 142 (55.86% from 255 or 24.53% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #D68EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68EDF is #297120. Grayscale: #ACACAC. Windows color (decimal): -2715937 or 14651094. OLE color: 14651094.

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

Color convert

RGB 214 142 223 -
CMYK 0.04 0.36 0 0.13
HSL 293.33º 0.56% 0.72% -
HSV(B) 293.33º 0.36% 0.87% -
XYZ 50.72 38.97 74.66 -
YUV 172.76 156.35 157.41 -
System Red Green Blue C M Y K H S L
Decimal 214 142 223 0.04 0.36 0 0.13 293.33 0.56 0.72
Hex D6 8E DF 4 24 0 D 125 38 48
Octal 326 216 337 4 44 0 15 445 70 110
Binary 11010110 10001110 11011111 100 100100 0 1101 100100101 111000 1001000

Color Harmonies of #D68EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68EDF

Black with #D68EDF

Text Example


Text Example

White with #D68EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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