Html Css Color HEX #D6A0D0 Plum

📋 copy color: '#D6A0D0'

red 214 ◦ green 160 ◦ blue 208

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

Shades of Plum #D6A0D0

Tints of Plum #D6A0D0

RGB

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

 GREEN value IS 160 (62.89% from 255) = 27.49%

 BLUE value IS 208 (81.64% from 255) = 35.74%

R = 36.77%
G = 27.49%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D6A0D0 (or 0xD6A0D0) is known color: Plum. HEX triplet: D6, A0 and D0. RGB value is (214,160,208). Sum of RGB (Red+Green+Blue) = 214+160+208=582 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.77% from 582); Green value is 160 (62.89% from 255 or 27.49% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A0D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A0D0 is #295F2F. Grayscale: #B5B5B5. Windows color (decimal): -2711344 or 13672662. OLE color: 13672662.

HSL color Cylindrical-coordinate representation of color #D6A0D0: hue angle of 306.67º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6A0D0 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 160 208 -
CMYK 0 0.25 0.03 0.16
HSL 306.67º 0.4% 0.73% -
HSV(B) 306.67º 0.25% 0.84% -
XYZ 51.69 43.99 65.44 -
YUV 181.62 142.89 151.1 -
System Red Green Blue C M Y K H S L
Decimal 214 160 208 0 0.25 0.03 0.16 306.67 0.4 0.73
Hex D6 A0 D0 0 19 3 10 133 28 49
Octal 326 240 320 0 31 3 20 463 50 111
Binary 11010110 10100000 11010000 0 11001 11 10000 100110011 101000 1001001

Color Harmonies of #D6A0D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A0D0

Black with #D6A0D0

Text Example


Text Example

White with #D6A0D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A0D0; }

 p { color: rgb(214,160,208); }

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

background-color css

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

 a { background-color: rgb(214,160,208); }

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

border-color css

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

 span { border-color: rgb(214,160,208); }

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