Html Css Color HEX #D68FDB Plum

📋 copy color: '#D68FDB'

red 214 ◦ green 143 ◦ blue 219

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

Shades of Plum #D68FDB

Tints of Plum #D68FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.83%

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

R = 37.15%
G = 24.83%
B = 38.02%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D68FDB (or 0xD68FDB) is known color: Plum. HEX triplet: D6, 8F and DB. RGB value is (214,143,219). Sum of RGB (Red+Green+Blue) = 214+143+219=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 143 (56.25% from 255 or 24.83% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #D68FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68FDB is #297024. Grayscale: #ACACAC. Windows color (decimal): -2715685 or 14389206. OLE color: 14389206.

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

Color convert

RGB 214 143 219 -
CMYK 0.02 0.35 0 0.14
HSL 296.05º 0.51% 0.71% -
HSV(B) 296.05º 0.35% 0.86% -
XYZ 50.34 39.06 71.9 -
YUV 172.89 154.02 157.32 -
System Red Green Blue C M Y K H S L
Decimal 214 143 219 0.02 0.35 0 0.14 296.05 0.51 0.71
Hex D6 8F DB 2 23 0 E 128 33 47
Octal 326 217 333 2 43 0 16 450 63 107
Binary 11010110 10001111 11011011 10 100011 0 1110 100101000 110011 1000111

Color Harmonies of #D68FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68FDB

Black with #D68FDB

Text Example


Text Example

White with #D68FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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