Html Css Color HEX #D689D8 Plum

📋 copy color: '#D689D8'

red 214 ◦ green 137 ◦ blue 216

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

Shades of Plum #D689D8

Tints of Plum #D689D8

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.16%

 BLUE value IS 216 (84.77% from 255) = 38.1%

R = 37.74%
G = 24.16%
B = 38.1%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D689D8 (or 0xD689D8) is known color: Plum. HEX triplet: D6, 89 and D8. RGB value is (214,137,216). Sum of RGB (Red+Green+Blue) = 214+137+216=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 137 (53.91% from 255 or 24.16% from 567); Blue value is 216 (84.77% from 255 or 38.10% from 567); Max value from RGB is 216 - color contains mainly: blue. Hex color #D689D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D689D8 is #297627. Grayscale: #A8A8A8. Windows color (decimal): -2717224 or 14191062. OLE color: 14191062.

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

Color convert

RGB 214 137 216 -
CMYK 0.01 0.37 0 0.15
HSL 298.48º 0.5% 0.69% -
HSV(B) 298.48º 0.37% 0.85% -
XYZ 49.07 37.15 69.55 -
YUV 169.03 154.51 160.08 -
System Red Green Blue C M Y K H S L
Decimal 214 137 216 0.01 0.37 0 0.15 298.48 0.5 0.69
Hex D6 89 D8 1 25 0 F 12A 32 45
Octal 326 211 330 1 45 0 17 452 62 105
Binary 11010110 10001001 11011000 1 100101 0 1111 100101010 110010 1000101

Color Harmonies of #D689D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D689D8

Black with #D689D8

Text Example


Text Example

White with #D689D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D689D8; }

 p { color: rgb(214,137,216); }

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

background-color css

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

 a { background-color: rgb(214,137,216); }

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

border-color css

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

 span { border-color: rgb(214,137,216); }

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