Html Css Color HEX #D6AFDC Plum

📋 copy color: '#D6AFDC'

red 214 ◦ green 175 ◦ blue 220

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

Shades of Plum #D6AFDC

Tints of Plum #D6AFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.12%

R = 35.14%
G = 28.74%
B = 36.12%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D6AFDC (or 0xD6AFDC) is known color: Plum. HEX triplet: D6, AF and DC. RGB value is (214,175,220). Sum of RGB (Red+Green+Blue) = 214+175+220=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 220 - color contains mainly: blue. Hex color #D6AFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFDC is #295023. Grayscale: #BFBFBF. Windows color (decimal): -2707492 or 14462934. OLE color: 14462934.

HSL color Cylindrical-coordinate representation of color #D6AFDC: hue angle of 292º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6AFDC is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 175 220 -
CMYK 0.03 0.20 0 0.14
HSL 292º 0.39% 0.77% -
HSV(B) 292º 0.2% 0.86% -
XYZ 55.98 50.12 74.43 -
YUV 191.79 143.92 143.84 -
System Red Green Blue C M Y K H S L
Decimal 214 175 220 0.03 0.20 0 0.14 292 0.39 0.77
Hex D6 AF DC 3 14 0 E 124 27 4D
Octal 326 257 334 3 24 0 16 444 47 115
Binary 11010110 10101111 11011100 11 10100 0 1110 100100100 100111 1001101

Color Harmonies of #D6AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AFDC

Black with #D6AFDC

Text Example


Text Example

White with #D6AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AFDC; }

 p { color: rgb(214,175,220); }

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

background-color css

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

 a { background-color: rgb(214,175,220); }

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

border-color css

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

 span { border-color: rgb(214,175,220); }

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