Html Css Color HEX #D68ED1 Plum

📋 copy color: '#D68ED1'

red 214 ◦ green 142 ◦ blue 209

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

Shades of Plum #D68ED1

Tints of Plum #D68ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.99%

R = 37.88%
G = 25.13%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D68ED1 (or 0xD68ED1) is known color: Plum. HEX triplet: D6, 8E and D1. RGB value is (214,142,209). Sum of RGB (Red+Green+Blue) = 214+142+209=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 142 (55.86% from 255 or 25.13% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 214 - color contains mainly: red. Hex color #D68ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68ED1 is #29712E. Grayscale: #AAAAAA. Windows color (decimal): -2715951 or 13733590. OLE color: 13733590.

HSL color Cylindrical-coordinate representation of color #D68ED1: hue angle of 304.17º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D68ED1 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 142 209 -
CMYK 0 0.34 0.02 0.16
HSL 304.17º 0.47% 0.7% -
HSV(B) 304.17º 0.34% 0.84% -
XYZ 48.91 38.25 65.13 -
YUV 171.17 149.35 158.55 -
System Red Green Blue C M Y K H S L
Decimal 214 142 209 0 0.34 0.02 0.16 304.17 0.47 0.7
Hex D6 8E D1 0 22 2 10 130 2F 46
Octal 326 216 321 0 42 2 20 460 57 106
Binary 11010110 10001110 11010001 0 100010 10 10000 100110000 101111 1000110

Color Harmonies of #D68ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68ED1

Black with #D68ED1

Text Example


Text Example

White with #D68ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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