Html Css Color HEX #D689DA Plum

📋 copy color: '#D689DA'

red 214 ◦ green 137 ◦ blue 218

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

Shades of Plum #D689DA

Tints of Plum #D689DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.31%

R = 37.61%
G = 24.08%
B = 38.31%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D689DA (or 0xD689DA) is known color: Plum. HEX triplet: D6, 89 and DA. RGB value is (214,137,218). Sum of RGB (Red+Green+Blue) = 214+137+218=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 137 (53.91% from 255 or 24.08% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: blue. Hex color #D689DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D689DA is #297625. Grayscale: #A9A9A9. Windows color (decimal): -2717222 or 14322134. OLE color: 14322134.

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

Color convert

RGB 214 137 218 -
CMYK 0.02 0.37 0 0.15
HSL 297.04º 0.52% 0.7% -
HSV(B) 297.04º 0.37% 0.85% -
XYZ 49.33 37.25 70.92 -
YUV 169.26 155.51 159.91 -
System Red Green Blue C M Y K H S L
Decimal 214 137 218 0.02 0.37 0 0.15 297.04 0.52 0.7
Hex D6 89 DA 2 25 0 F 129 34 46
Octal 326 211 332 2 45 0 17 451 64 106
Binary 11010110 10001001 11011010 10 100101 0 1111 100101001 110100 1000110

Color Harmonies of #D689DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D689DA

Black with #D689DA

Text Example


Text Example

White with #D689DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D689DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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