Html Css Color HEX #D68BDB Plum

📋 copy color: '#D68BDB'

red 214 ◦ green 139 ◦ blue 219

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

Shades of Plum #D68BDB

Tints of Plum #D68BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.3%

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

R = 37.41%
G = 24.3%
B = 38.29%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D68BDB (or 0xD68BDB) is known color: Plum. HEX triplet: D6, 8B and DB. RGB value is (214,139,219). Sum of RGB (Red+Green+Blue) = 214+139+219=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 139 (54.69% from 255 or 24.30% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #D68BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68BDB is #297424. Grayscale: #AAAAAA. Windows color (decimal): -2716709 or 14388182. OLE color: 14388182.

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

Color convert

RGB 214 139 219 -
CMYK 0.02 0.37 0 0.14
HSL 296.25º 0.53% 0.7% -
HSV(B) 296.25º 0.37% 0.86% -
XYZ 49.75 37.88 71.71 -
YUV 170.55 155.35 159 -
System Red Green Blue C M Y K H S L
Decimal 214 139 219 0.02 0.37 0 0.14 296.25 0.53 0.7
Hex D6 8B DB 2 25 0 E 128 35 46
Octal 326 213 333 2 45 0 16 450 65 106
Binary 11010110 10001011 11011011 10 100101 0 1110 100101000 110101 1000110

Color Harmonies of #D68BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68BDB

Black with #D68BDB

Text Example


Text Example

White with #D68BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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