Html Css Color HEX #D693DB Plum

📋 copy color: '#D693DB'

red 214 ◦ green 147 ◦ blue 219

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

Shades of Plum #D693DB

Tints of Plum #D693DB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.34%

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

R = 36.9%
G = 25.34%
B = 37.76%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D693DB (or 0xD693DB) is known color: Plum. HEX triplet: D6, 93 and DB. RGB value is (214,147,219). Sum of RGB (Red+Green+Blue) = 214+147+219=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 147 (57.81% from 255 or 25.34% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #D693DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D693DB is #296C24. Grayscale: #AFAFAF. Windows color (decimal): -2714661 or 14390230. OLE color: 14390230.

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

Color convert

RGB 214 147 219 -
CMYK 0.02 0.33 0 0.14
HSL 295.83º 0.5% 0.72% -
HSV(B) 295.83º 0.33% 0.86% -
XYZ 50.95 40.28 72.11 -
YUV 175.24 152.7 155.65 -
System Red Green Blue C M Y K H S L
Decimal 214 147 219 0.02 0.33 0 0.14 295.83 0.5 0.72
Hex D6 93 DB 2 21 0 E 128 32 48
Octal 326 223 333 2 41 0 16 450 62 110
Binary 11010110 10010011 11011011 10 100001 0 1110 100101000 110010 1001000

Color Harmonies of #D693DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D693DB

Black with #D693DB

Text Example


Text Example

White with #D693DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D693DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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