Html Css Color HEX #D7A7DB Plum

📋 copy color: '#D7A7DB'

red 215 ◦ green 167 ◦ blue 219

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

Shades of Plum #D7A7DB

Tints of Plum #D7A7DB

RGB

 RED value IS 215 (84.38% from 255) = 35.77%

 GREEN value IS 167 (65.63% from 255) = 27.79%

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

R = 35.77%
G = 27.79%
B = 36.44%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D7A7DB (or 0xD7A7DB) is known color: Plum. HEX triplet: D7, A7 and DB. RGB value is (215,167,219). Sum of RGB (Red+Green+Blue) = 215+167+219=601 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.77% from 601); Green value is 167 (65.62% from 255 or 27.79% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 219 - color contains mainly: blue. Hex color #D7A7DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A7DB is #285824. Grayscale: #BBBBBB. Windows color (decimal): -2644005 or 14395351. OLE color: 14395351.

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

Color convert

RGB 215 167 219 -
CMYK 0.02 0.24 0 0.14
HSL 295.38º 0.42% 0.76% -
HSV(B) 295.38º 0.24% 0.86% -
XYZ 54.63 47.2 73.25 -
YUV 187.28 145.9 147.77 -
System Red Green Blue C M Y K H S L
Decimal 215 167 219 0.02 0.24 0 0.14 295.38 0.42 0.76
Hex D7 A7 DB 2 18 0 E 127 2A 4C
Octal 327 247 333 2 30 0 16 447 52 114
Binary 11010111 10100111 11011011 10 11000 0 1110 100100111 101010 1001100

Color Harmonies of #D7A7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A7DB

Black with #D7A7DB

Text Example


Text Example

White with #D7A7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A7DB; }

 p { color: rgb(215,167,219); }

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

background-color css

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

 a { background-color: rgb(215,167,219); }

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

border-color css

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

 span { border-color: rgb(215,167,219); }

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