Html Css Color HEX #D689E4 Plum

📋 copy color: '#D689E4'

red 214 ◦ green 137 ◦ blue 228

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

Shades of Plum #D689E4

Tints of Plum #D689E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 39.38%

R = 36.96%
G = 23.66%
B = 39.38%

CMYK

 C value IS 0.06

 M value IS 0.40

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D689E4 (or 0xD689E4) is known color: Plum. HEX triplet: D6, 89 and E4. RGB value is (214,137,228). Sum of RGB (Red+Green+Blue) = 214+137+228=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 137 (53.91% from 255 or 23.66% from 579); Blue value is 228 (89.45% from 255 or 39.38% from 579); Max value from RGB is 228 - color contains mainly: blue. Hex color #D689E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D689E4 is #29761B. Grayscale: #AAAAAA. Windows color (decimal): -2717212 or 14977494. OLE color: 14977494.

HSL color Cylindrical-coordinate representation of color #D689E4: hue angle of 290.77º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D689E4 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 137 228 -
CMYK 0.06 0.40 0 0.11
HSL 290.77º 0.63% 0.72% -
HSV(B) 290.77º 0.4% 0.89% -
XYZ 50.68 37.79 78.02 -
YUV 170.4 160.51 159.1 -
System Red Green Blue C M Y K H S L
Decimal 214 137 228 0.06 0.40 0 0.11 290.77 0.63 0.72
Hex D6 89 E4 6 28 0 B 123 3F 48
Octal 326 211 344 6 50 0 13 443 77 110
Binary 11010110 10001001 11100100 110 101000 0 1011 100100011 111111 1001000

Color Harmonies of #D689E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D689E4

Black with #D689E4

Text Example


Text Example

White with #D689E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D689E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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