Html Css Color HEX #D986ED Violet

📋 copy color: '#D986ED'

red 217 ◦ green 134 ◦ blue 237

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

Shades of Violet #D986ED

Tints of Violet #D986ED

RGB

 RED value IS 217 (85.16% from 255) = 36.9%

 GREEN value IS 134 (52.73% from 255) = 22.79%

 BLUE value IS 237 (92.97% from 255) = 40.31%

R = 36.9%
G = 22.79%
B = 40.31%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D986ED (or 0xD986ED) is known color: Violet. HEX triplet: D9, 86 and ED. RGB value is (217,134,237). Sum of RGB (Red+Green+Blue) = 217+134+237=588 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.90% from 588); Green value is 134 (52.73% from 255 or 22.79% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #D986ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D986ED is #267912. Grayscale: #AAAAAA. Windows color (decimal): -2521363 or 15566553. OLE color: 15566553.

HSL color Cylindrical-coordinate representation of color #D986ED: hue angle of 288.35º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D986ED is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 134 237 -
CMYK 0.08 0.43 0 0.07
HSL 288.35º 0.74% 0.73% -
HSV(B) 288.35º 0.43% 0.93% -
XYZ 52.43 37.92 84.68 -
YUV 170.56 165.5 161.12 -
System Red Green Blue C M Y K H S L
Decimal 217 134 237 0.08 0.43 0 0.07 288.35 0.74 0.73
Hex D9 86 ED 8 2B 0 7 120 4A 49
Octal 331 206 355 10 53 0 7 440 112 111
Binary 11011001 10000110 11101101 1000 101011 0 111 100100000 1001010 1001001

Color Harmonies of #D986ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D986ED

Black with #D986ED

Text Example


Text Example

White with #D986ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D986ED; }

 p { color: rgb(217,134,237); }

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

background-color css

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

 a { background-color: rgb(217,134,237); }

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

border-color css

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

 span { border-color: rgb(217,134,237); }

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