Html Css Color HEX #D68AD5 Plum

📋 copy color: '#D68AD5'

red 214 ◦ green 138 ◦ blue 213

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

Shades of Plum #D68AD5

Tints of Plum #D68AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.7%

R = 37.88%
G = 24.42%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D68AD5 (or 0xD68AD5) is known color: Plum. HEX triplet: D6, 8A and D5. RGB value is (214,138,213). Sum of RGB (Red+Green+Blue) = 214+138+213=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 138 (54.30% from 255 or 24.42% from 565); Blue value is 213 (83.59% from 255 or 37.70% from 565); Max value from RGB is 214 - color contains mainly: red. Hex color #D68AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68AD5 is #29752A. Grayscale: #A9A9A9. Windows color (decimal): -2716971 or 13994710. OLE color: 13994710.

HSL color Cylindrical-coordinate representation of color #D68AD5: hue angle of 300.79º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D68AD5 is Cyan = 0, Magento = 0.36, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 138 213 -
CMYK 0 0.36 0.00 0.16
HSL 300.79º 0.48% 0.69% -
HSV(B) 300.79º 0.36% 0.84% -
XYZ 48.83 37.28 67.57 -
YUV 169.27 152.68 159.9 -
System Red Green Blue C M Y K H S L
Decimal 214 138 213 0 0.36 0.00 0.16 300.79 0.48 0.69
Hex D6 8A D5 0 24 0 10 12D 30 45
Octal 326 212 325 0 44 0 20 455 60 105
Binary 11010110 10001010 11010101 0 100100 0 10000 100101101 110000 1000101

Color Harmonies of #D68AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68AD5

Black with #D68AD5

Text Example


Text Example

White with #D68AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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