Html Css Color HEX #DD86FF Heliotrope

📋 copy color: '#DD86FF'

red 221 ◦ green 134 ◦ blue 255

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

Shades of Heliotrope #DD86FF

Tints of Heliotrope #DD86FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.8%

R = 36.23%
G = 21.97%
B = 41.8%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD86FF (or 0xDD86FF) is known color: Heliotrope. HEX triplet: DD, 86 and FF. RGB value is (221,134,255). Sum of RGB (Red+Green+Blue) = 221+134+255=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 134 (52.73% from 255 or 21.97% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD86FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD86FF is #227900. Grayscale: #ADADAD. Windows color (decimal): -2259201 or 16746205. OLE color: 16746205.

HSL color Cylindrical-coordinate representation of color #DD86FF: hue angle of 283.14º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD86FF is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 221 134 255 -
CMYK 0.13 0.47 0 0
HSL 283.14º 1% 0.76% -
HSV(B) 283.14º 0.47% 1% -
XYZ 56.39 39.64 99.29 -
YUV 173.81 173.82 161.66 -
System Red Green Blue C M Y K H S L
Decimal 221 134 255 0.13 0.47 0 0 283.14 1 0.76
Hex DD 86 FF D 2F 0 0 11B 64 4C
Octal 335 206 377 15 57 0 0 433 144 114
Binary 11011101 10000110 11111111 1101 101111 0 0 100011011 1100100 1001100

Color Harmonies of #DD86FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD86FF

Black with #DD86FF

Text Example


Text Example

White with #DD86FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD86FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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