Html Css Color HEX #D7AFDF Plum

📋 copy color: '#D7AFDF'

red 215 ◦ green 175 ◦ blue 223

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

Shades of Plum #D7AFDF

Tints of Plum #D7AFDF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.55%

 BLUE value IS 223 (87.5% from 255) = 36.38%

R = 35.07%
G = 28.55%
B = 36.38%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D7AFDF (or 0xD7AFDF) is known color: Plum. HEX triplet: D7, AF and DF. RGB value is (215,175,223). Sum of RGB (Red+Green+Blue) = 215+175+223=613 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.07% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 223 - color contains mainly: blue. Hex color #D7AFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AFDF is #285020. Grayscale: #C0C0C0. Windows color (decimal): -2641953 or 14659543. OLE color: 14659543.

HSL color Cylindrical-coordinate representation of color #D7AFDF: hue angle of 290º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D7AFDF is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 175 223 -
CMYK 0.04 0.22 0 0.13
HSL 290º 0.43% 0.78% -
HSV(B) 290º 0.22% 0.87% -
XYZ 56.67 50.43 76.56 -
YUV 192.43 145.25 144.1 -
System Red Green Blue C M Y K H S L
Decimal 215 175 223 0.04 0.22 0 0.13 290 0.43 0.78
Hex D7 AF DF 4 16 0 D 122 2B 4E
Octal 327 257 337 4 26 0 15 442 53 116
Binary 11010111 10101111 11011111 100 10110 0 1101 100100010 101011 1001110

Color Harmonies of #D7AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AFDF

Black with #D7AFDF

Text Example


Text Example

White with #D7AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AFDF; }

 p { color: rgb(215,175,223); }

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

background-color css

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

 a { background-color: rgb(215,175,223); }

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

border-color css

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

 span { border-color: rgb(215,175,223); }

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