Html Css Color HEX #D68CDE Plum

📋 copy color: '#D68CDE'

red 214 ◦ green 140 ◦ blue 222

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

Shades of Plum #D68CDE

Tints of Plum #D68CDE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.31%

 BLUE value IS 222 (87.11% from 255) = 38.54%

R = 37.15%
G = 24.31%
B = 38.54%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D68CDE (or 0xD68CDE) is known color: Plum. HEX triplet: D6, 8C and DE. RGB value is (214,140,222). Sum of RGB (Red+Green+Blue) = 214+140+222=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 140 (55.08% from 255 or 24.31% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: blue. Hex color #D68CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68CDE is #297321. Grayscale: #ABABAB. Windows color (decimal): -2716450 or 14585046. OLE color: 14585046.

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

Color convert

RGB 214 140 222 -
CMYK 0.04 0.37 0 0.13
HSL 294.15º 0.55% 0.71% -
HSV(B) 294.15º 0.37% 0.87% -
XYZ 50.29 38.33 73.85 -
YUV 171.47 156.52 158.33 -
System Red Green Blue C M Y K H S L
Decimal 214 140 222 0.04 0.37 0 0.13 294.15 0.55 0.71
Hex D6 8C DE 4 25 0 D 126 37 47
Octal 326 214 336 4 45 0 15 446 67 107
Binary 11010110 10001100 11011110 100 100101 0 1101 100100110 110111 1000111

Color Harmonies of #D68CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68CDE

Black with #D68CDE

Text Example


Text Example

White with #D68CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68CDE; }

 p { color: rgb(214,140,222); }

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

background-color css

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

 a { background-color: rgb(214,140,222); }

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

border-color css

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

 span { border-color: rgb(214,140,222); }

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