Html Css Color HEX #D68CDB Plum

📋 copy color: '#D68CDB'

red 214 ◦ green 140 ◦ blue 219

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

Shades of Plum #D68CDB

Tints of Plum #D68CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.43%

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

R = 37.35%
G = 24.43%
B = 38.22%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D68CDB (or 0xD68CDB) is known color: Plum. HEX triplet: D6, 8C and DB. RGB value is (214,140,219). Sum of RGB (Red+Green+Blue) = 214+140+219=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 140 (55.08% from 255 or 24.43% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #D68CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68CDB is #297324. Grayscale: #AAAAAA. Windows color (decimal): -2716453 or 14388438. OLE color: 14388438.

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

Color convert

RGB 214 140 219 -
CMYK 0.02 0.36 0 0.14
HSL 296.2º 0.52% 0.7% -
HSV(B) 296.2º 0.36% 0.86% -
XYZ 49.9 38.17 71.75 -
YUV 171.13 155.02 158.58 -
System Red Green Blue C M Y K H S L
Decimal 214 140 219 0.02 0.36 0 0.14 296.2 0.52 0.7
Hex D6 8C DB 2 24 0 E 128 34 46
Octal 326 214 333 2 44 0 16 450 64 106
Binary 11010110 10001100 11011011 10 100100 0 1110 100101000 110100 1000110

Color Harmonies of #D68CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68CDB

Black with #D68CDB

Text Example


Text Example

White with #D68CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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