Html Css Color HEX #D68ADC Plum

📋 copy color: '#D68ADC'

red 214 ◦ green 138 ◦ blue 220

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

Shades of Plum #D68ADC

Tints of Plum #D68ADC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.13%

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

R = 37.41%
G = 24.13%
B = 38.46%

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

#D68ADC (or 0xD68ADC) is known color: Plum. HEX triplet: D6, 8A and DC. RGB value is (214,138,220). Sum of RGB (Red+Green+Blue) = 214+138+220=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 138 (54.30% from 255 or 24.13% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #D68ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68ADC is #297523. Grayscale: #A9A9A9. Windows color (decimal): -2716964 or 14453462. OLE color: 14453462.

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

Color convert

RGB 214 138 220 -
CMYK 0.03 0.37 0 0.14
HSL 295.61º 0.54% 0.7% -
HSV(B) 295.61º 0.37% 0.86% -
XYZ 49.74 37.64 72.35 -
YUV 170.07 156.18 159.33 -
System Red Green Blue C M Y K H S L
Decimal 214 138 220 0.03 0.37 0 0.14 295.61 0.54 0.7
Hex D6 8A DC 3 25 0 E 128 36 46
Octal 326 212 334 3 45 0 16 450 66 106
Binary 11010110 10001010 11011100 11 100101 0 1110 100101000 110110 1000110

Color Harmonies of #D68ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68ADC

Black with #D68ADC

Text Example


Text Example

White with #D68ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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