Html Css Color HEX #D690DB Plum

📋 copy color: '#D690DB'

red 214 ◦ green 144 ◦ blue 219

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

Shades of Plum #D690DB

Tints of Plum #D690DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.95%

R = 37.09%
G = 24.96%
B = 37.95%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D690DB (or 0xD690DB) is known color: Plum. HEX triplet: D6, 90 and DB. RGB value is (214,144,219). Sum of RGB (Red+Green+Blue) = 214+144+219=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 144 (56.64% from 255 or 24.96% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #D690DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D690DB is #296F24. Grayscale: #ADADAD. Windows color (decimal): -2715429 or 14389462. OLE color: 14389462.

HSL color Cylindrical-coordinate representation of color #D690DB: hue angle of 296º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D690DB is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 144 219 -
CMYK 0.02 0.34 0 0.14
HSL 296º 0.51% 0.71% -
HSV(B) 296º 0.34% 0.86% -
XYZ 50.49 39.36 71.95 -
YUV 173.48 153.69 156.9 -
System Red Green Blue C M Y K H S L
Decimal 214 144 219 0.02 0.34 0 0.14 296 0.51 0.71
Hex D6 90 DB 2 22 0 E 128 33 47
Octal 326 220 333 2 42 0 16 450 63 107
Binary 11010110 10010000 11011011 10 100010 0 1110 100101000 110011 1000111

Color Harmonies of #D690DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D690DB

Black with #D690DB

Text Example


Text Example

White with #D690DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D690DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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