Html Css Color HEX #D688E5 Plum

📋 copy color: '#D688E5'

red 214 ◦ green 136 ◦ blue 229

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

Shades of Plum #D688E5

Tints of Plum #D688E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 39.55%

R = 36.96%
G = 23.49%
B = 39.55%

CMYK

 C value IS 0.07

 M value IS 0.41

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D688E5 (or 0xD688E5) is known color: Plum. HEX triplet: D6, 88 and E5. RGB value is (214,136,229). Sum of RGB (Red+Green+Blue) = 214+136+229=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 136 (53.52% from 255 or 23.49% from 579); Blue value is 229 (89.84% from 255 or 39.55% from 579); Max value from RGB is 229 - color contains mainly: blue. Hex color #D688E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D688E5 is #29771A. Grayscale: #A9A9A9. Windows color (decimal): -2717467 or 15042774. OLE color: 15042774.

HSL color Cylindrical-coordinate representation of color #D688E5: hue angle of 290.32º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D688E5 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 214 136 229 -
CMYK 0.07 0.41 0 0.10
HSL 290.32º 0.64% 0.72% -
HSV(B) 290.32º 0.41% 0.9% -
XYZ 50.68 37.56 78.71 -
YUV 169.92 161.34 159.44 -
System Red Green Blue C M Y K H S L
Decimal 214 136 229 0.07 0.41 0 0.10 290.32 0.64 0.72
Hex D6 88 E5 7 29 0 A 122 40 48
Octal 326 210 345 7 51 0 12 442 100 110
Binary 11010110 10001000 11100101 111 101001 0 1010 100100010 1000000 1001000

Color Harmonies of #D688E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D688E5

Black with #D688E5

Text Example


Text Example

White with #D688E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D688E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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