Html Css Color HEX #D690E6 Plum

📋 copy color: '#D690E6'

red 214 ◦ green 144 ◦ blue 230

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

Shades of Plum #D690E6

Tints of Plum #D690E6

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.49%

 BLUE value IS 230 (90.23% from 255) = 39.12%

R = 36.39%
G = 24.49%
B = 39.12%

CMYK

 C value IS 0.07

 M value IS 0.37

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D690E6 (or 0xD690E6) is known color: Plum. HEX triplet: D6, 90 and E6. RGB value is (214,144,230). Sum of RGB (Red+Green+Blue) = 214+144+230=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 144 (56.64% from 255 or 24.49% from 588); Blue value is 230 (90.23% from 255 or 39.12% from 588); Max value from RGB is 230 - color contains mainly: blue. Hex color #D690E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D690E6 is #296F19. Grayscale: #AEAEAE. Windows color (decimal): -2715418 or 15110358. OLE color: 15110358.

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

Color convert

RGB 214 144 230 -
CMYK 0.07 0.37 0 0.10
HSL 288.84º 0.63% 0.73% -
HSV(B) 288.84º 0.37% 0.9% -
XYZ 51.99 39.96 79.84 -
YUV 174.73 159.19 156.01 -
System Red Green Blue C M Y K H S L
Decimal 214 144 230 0.07 0.37 0 0.10 288.84 0.63 0.73
Hex D6 90 E6 7 25 0 A 121 3F 49
Octal 326 220 346 7 45 0 12 441 77 111
Binary 11010110 10010000 11100110 111 100101 0 1010 100100001 111111 1001001

Color Harmonies of #D690E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D690E6

Black with #D690E6

Text Example


Text Example

White with #D690E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D690E6; }

 p { color: rgb(214,144,230); }

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

background-color css

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

 a { background-color: rgb(214,144,230); }

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

border-color css

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

 span { border-color: rgb(214,144,230); }

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