Html Css Color HEX #D688DA Plum

📋 copy color: '#D688DA'

red 214 ◦ green 136 ◦ blue 218

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

Shades of Plum #D688DA

Tints of Plum #D688DA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.94%

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

R = 37.68%
G = 23.94%
B = 38.38%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D688DA (or 0xD688DA) is known color: Plum. HEX triplet: D6, 88 and DA. RGB value is (214,136,218). Sum of RGB (Red+Green+Blue) = 214+136+218=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 136 (53.52% from 255 or 23.94% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: blue. Hex color #D688DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D688DA is #297725. Grayscale: #A8A8A8. Windows color (decimal): -2717478 or 14321878. OLE color: 14321878.

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

Color convert

RGB 214 136 218 -
CMYK 0.02 0.38 0 0.15
HSL 297.07º 0.53% 0.69% -
HSV(B) 297.07º 0.38% 0.85% -
XYZ 49.19 36.97 70.87 -
YUV 168.67 155.84 160.33 -
System Red Green Blue C M Y K H S L
Decimal 214 136 218 0.02 0.38 0 0.15 297.07 0.53 0.69
Hex D6 88 DA 2 26 0 F 129 35 45
Octal 326 210 332 2 46 0 17 451 65 105
Binary 11010110 10001000 11011010 10 100110 0 1111 100101001 110101 1000101

Color Harmonies of #D688DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D688DA

Black with #D688DA

Text Example


Text Example

White with #D688DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D688DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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