Html Css Color HEX #D7A3D2 Plum

📋 copy color: '#D7A3D2'

red 215 ◦ green 163 ◦ blue 210

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

Shades of Plum #D7A3D2

Tints of Plum #D7A3D2

RGB

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

 GREEN value IS 163 (64.06% from 255) = 27.72%

 BLUE value IS 210 (82.42% from 255) = 35.71%

R = 36.56%
G = 27.72%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D7A3D2 (or 0xD7A3D2) is known color: Plum. HEX triplet: D7, A3 and D2. RGB value is (215,163,210). Sum of RGB (Red+Green+Blue) = 215+163+210=588 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.56% from 588); Green value is 163 (64.06% from 255 or 27.72% from 588); Blue value is 210 (82.42% from 255 or 35.71% from 588); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A3D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A3D2 is #285C2D. Grayscale: #B7B7B7. Windows color (decimal): -2645038 or 13804503. OLE color: 13804503.

HSL color Cylindrical-coordinate representation of color #D7A3D2: hue angle of 305.77º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D7A3D2 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 163 210 -
CMYK 0 0.24 0.02 0.16
HSL 305.77º 0.39% 0.74% -
HSV(B) 305.77º 0.24% 0.84% -
XYZ 52.75 45.29 66.94 -
YUV 183.91 142.73 150.18 -
System Red Green Blue C M Y K H S L
Decimal 215 163 210 0 0.24 0.02 0.16 305.77 0.39 0.74
Hex D7 A3 D2 0 18 2 10 132 27 4A
Octal 327 243 322 0 30 2 20 462 47 112
Binary 11010111 10100011 11010010 0 11000 10 10000 100110010 100111 1001010

Color Harmonies of #D7A3D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A3D2

Black with #D7A3D2

Text Example


Text Example

White with #D7A3D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A3D2; }

 p { color: rgb(215,163,210); }

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

background-color css

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

 a { background-color: rgb(215,163,210); }

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

border-color css

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

 span { border-color: rgb(215,163,210); }

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