Html Css Color HEX #DD86EE Violet

📋 copy color: '#DD86EE'

red 221 ◦ green 134 ◦ blue 238

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

Shades of Violet #DD86EE

Tints of Violet #DD86EE

RGB

 RED value IS 221 (86.72% from 255) = 37.27%

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

 BLUE value IS 238 (93.36% from 255) = 40.13%

R = 37.27%
G = 22.6%
B = 40.13%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD86EE (or 0xDD86EE) is known color: Violet. HEX triplet: DD, 86 and EE. RGB value is (221,134,238). Sum of RGB (Red+Green+Blue) = 221+134+238=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 134 (52.73% from 255 or 22.60% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD86EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD86EE is #227911. Grayscale: #ABABAB. Windows color (decimal): -2259218 or 15632093. OLE color: 15632093.

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

Color convert

RGB 221 134 238 -
CMYK 0.07 0.44 0 0.07
HSL 290.19º 0.75% 0.73% -
HSV(B) 290.19º 0.44% 0.93% -
XYZ 53.78 38.6 85.5 -
YUV 171.87 165.32 163.04 -
System Red Green Blue C M Y K H S L
Decimal 221 134 238 0.07 0.44 0 0.07 290.19 0.75 0.73
Hex DD 86 EE 7 2C 0 7 122 4B 49
Octal 335 206 356 7 54 0 7 442 113 111
Binary 11011101 10000110 11101110 111 101100 0 111 100100010 1001011 1001001

Color Harmonies of #DD86EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD86EE

Black with #DD86EE

Text Example


Text Example

White with #DD86EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD86EE; }

 p { color: rgb(221,134,238); }

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

background-color css

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

 a { background-color: rgb(221,134,238); }

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

border-color css

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

 span { border-color: rgb(221,134,238); }

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