Html Css Color HEX #D68BDC Plum

📋 copy color: '#D68BDC'

red 214 ◦ green 139 ◦ blue 220

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

Shades of Plum #D68BDC

Tints of Plum #D68BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.39%

R = 37.35%
G = 24.26%
B = 38.39%

CMYK

 C value IS 0.03

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D68BDC (or 0xD68BDC) is known color: Plum. HEX triplet: D6, 8B and DC. RGB value is (214,139,220). Sum of RGB (Red+Green+Blue) = 214+139+220=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 139 (54.69% from 255 or 24.26% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #D68BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68BDC is #297423. Grayscale: #AAAAAA. Windows color (decimal): -2716708 or 14453718. OLE color: 14453718.

HSL color Cylindrical-coordinate representation of color #D68BDC: hue angle of 295.56º degrees, saturation: 0.54, 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 #D68BDC is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 139 220 -
CMYK 0.03 0.37 0 0.14
HSL 295.56º 0.54% 0.7% -
HSV(B) 295.56º 0.37% 0.86% -
XYZ 49.88 37.93 72.4 -
YUV 170.66 155.85 158.91 -
System Red Green Blue C M Y K H S L
Decimal 214 139 220 0.03 0.37 0 0.14 295.56 0.54 0.7
Hex D6 8B DC 3 25 0 E 128 36 46
Octal 326 213 334 3 45 0 16 450 66 106
Binary 11010110 10001011 11011100 11 100101 0 1110 100101000 110110 1000110

Color Harmonies of #D68BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68BDC

Black with #D68BDC

Text Example


Text Example

White with #D68BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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