Html Css Color HEX #D690E3 Plum

📋 copy color: '#D690E3'

red 214 ◦ green 144 ◦ blue 227

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

Shades of Plum #D690E3

Tints of Plum #D690E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 38.8%

R = 36.58%
G = 24.62%
B = 38.8%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D690E3 (or 0xD690E3) is known color: Plum. HEX triplet: D6, 90 and E3. RGB value is (214,144,227). Sum of RGB (Red+Green+Blue) = 214+144+227=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 144 (56.64% from 255 or 24.62% from 585); Blue value is 227 (89.06% from 255 or 38.80% from 585); Max value from RGB is 227 - color contains mainly: blue. Hex color #D690E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D690E3 is #296F1C. Grayscale: #AEAEAE. Windows color (decimal): -2715421 or 14913750. OLE color: 14913750.

HSL color Cylindrical-coordinate representation of color #D690E3: hue angle of 290.6º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D690E3 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 144 227 -
CMYK 0.06 0.37 0 0.11
HSL 290.6º 0.6% 0.73% -
HSV(B) 290.6º 0.37% 0.89% -
XYZ 51.57 39.79 77.64 -
YUV 174.39 157.69 156.25 -
System Red Green Blue C M Y K H S L
Decimal 214 144 227 0.06 0.37 0 0.11 290.6 0.6 0.73
Hex D6 90 E3 6 25 0 B 123 3C 49
Octal 326 220 343 6 45 0 13 443 74 111
Binary 11010110 10010000 11100011 110 100101 0 1011 100100011 111100 1001001

Color Harmonies of #D690E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D690E3

Black with #D690E3

Text Example


Text Example

White with #D690E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D690E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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