Html Css Color HEX #D7A5DB Plum

📋 copy color: '#D7A5DB'

red 215 ◦ green 165 ◦ blue 219

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

Shades of Plum #D7A5DB

Tints of Plum #D7A5DB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.55%

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

R = 35.89%
G = 27.55%
B = 36.56%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D7A5DB (or 0xD7A5DB) is known color: Plum. HEX triplet: D7, A5 and DB. RGB value is (215,165,219). Sum of RGB (Red+Green+Blue) = 215+165+219=599 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.89% from 599); Green value is 165 (64.84% from 255 or 27.55% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 219 - color contains mainly: blue. Hex color #D7A5DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A5DB is #285A24. Grayscale: #B9B9B9. Windows color (decimal): -2644517 or 14394839. OLE color: 14394839.

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

Color convert

RGB 215 165 219 -
CMYK 0.02 0.25 0 0.14
HSL 295.56º 0.43% 0.75% -
HSV(B) 295.56º 0.25% 0.86% -
XYZ 54.27 46.47 73.13 -
YUV 186.11 146.57 148.61 -
System Red Green Blue C M Y K H S L
Decimal 215 165 219 0.02 0.25 0 0.14 295.56 0.43 0.75
Hex D7 A5 DB 2 19 0 E 128 2B 4B
Octal 327 245 333 2 31 0 16 450 53 113
Binary 11010111 10100101 11011011 10 11001 0 1110 100101000 101011 1001011

Color Harmonies of #D7A5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A5DB

Black with #D7A5DB

Text Example


Text Example

White with #D7A5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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