Html Css Color HEX #D68DD9 Plum

📋 copy color: '#D68DD9'

red 214 ◦ green 141 ◦ blue 217

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

Shades of Plum #D68DD9

Tints of Plum #D68DD9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.65%

 BLUE value IS 217 (85.16% from 255) = 37.94%

R = 37.41%
G = 24.65%
B = 37.94%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D68DD9 (or 0xD68DD9) is known color: Plum. HEX triplet: D6, 8D and D9. RGB value is (214,141,217). Sum of RGB (Red+Green+Blue) = 214+141+217=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 141 (55.47% from 255 or 24.65% from 572); Blue value is 217 (85.16% from 255 or 37.94% from 572); Max value from RGB is 217 - color contains mainly: blue. Hex color #D68DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68DD9 is #297226. Grayscale: #ABABAB. Windows color (decimal): -2716199 or 14257622. OLE color: 14257622.

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

Color convert

RGB 214 141 217 -
CMYK 0.01 0.35 0 0.15
HSL 297.63º 0.5% 0.7% -
HSV(B) 297.63º 0.35% 0.85% -
XYZ 49.78 38.36 70.43 -
YUV 171.49 153.68 158.32 -
System Red Green Blue C M Y K H S L
Decimal 214 141 217 0.01 0.35 0 0.15 297.63 0.5 0.7
Hex D6 8D D9 1 23 0 F 12A 32 46
Octal 326 215 331 1 43 0 17 452 62 106
Binary 11010110 10001101 11011001 1 100011 0 1111 100101010 110010 1000110

Color Harmonies of #D68DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68DD9

Black with #D68DD9

Text Example


Text Example

White with #D68DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68DD9; }

 p { color: rgb(214,141,217); }

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

background-color css

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

 a { background-color: rgb(214,141,217); }

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

border-color css

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

 span { border-color: rgb(214,141,217); }

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