Html Css Color HEX #DD86FD Heliotrope

📋 copy color: '#DD86FD'

red 221 ◦ green 134 ◦ blue 253

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

Shades of Heliotrope #DD86FD

Tints of Heliotrope #DD86FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.61%

R = 36.35%
G = 22.04%
B = 41.61%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD86FD (or 0xDD86FD) is known color: Heliotrope. HEX triplet: DD, 86 and FD. RGB value is (221,134,253). Sum of RGB (Red+Green+Blue) = 221+134+253=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 134 (52.73% from 255 or 22.04% from 608); Blue value is 253 (99.22% from 255 or 41.61% from 608); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD86FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD86FD is #227902. Grayscale: #ADADAD. Windows color (decimal): -2259203 or 16615133. OLE color: 16615133.

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

Color convert

RGB 221 134 253 -
CMYK 0.13 0.47 0 0.01
HSL 283.87º 0.97% 0.76% -
HSV(B) 283.87º 0.47% 0.99% -
XYZ 56.07 39.51 97.6 -
YUV 173.58 172.82 161.82 -
System Red Green Blue C M Y K H S L
Decimal 221 134 253 0.13 0.47 0 0.01 283.87 0.97 0.76
Hex DD 86 FD D 2F 0 1 11C 61 4C
Octal 335 206 375 15 57 0 1 434 141 114
Binary 11011101 10000110 11111101 1101 101111 0 1 100011100 1100001 1001100

Color Harmonies of #DD86FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD86FD

Black with #DD86FD

Text Example


Text Example

White with #DD86FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD86FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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