Html Css Color HEX #DD86FB Heliotrope

📋 copy color: '#DD86FB'

red 221 ◦ green 134 ◦ blue 251

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

Shades of Heliotrope #DD86FB

Tints of Heliotrope #DD86FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.42%

R = 36.47%
G = 22.11%
B = 41.42%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD86FB (or 0xDD86FB) is known color: Heliotrope. HEX triplet: DD, 86 and FB. RGB value is (221,134,251). Sum of RGB (Red+Green+Blue) = 221+134+251=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 134 (52.73% from 255 or 22.11% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD86FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD86FB is #227904. Grayscale: #ACACAC. Windows color (decimal): -2259205 or 16484061. OLE color: 16484061.

HSL color Cylindrical-coordinate representation of color #DD86FB: hue angle of 284.62º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD86FB is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 134 251 -
CMYK 0.12 0.47 0 0.02
HSL 284.62º 0.94% 0.75% -
HSV(B) 284.62º 0.47% 0.98% -
XYZ 55.76 39.39 95.93 -
YUV 173.35 171.82 161.99 -
System Red Green Blue C M Y K H S L
Decimal 221 134 251 0.12 0.47 0 0.02 284.62 0.94 0.75
Hex DD 86 FB C 2F 0 2 11D 5E 4B
Octal 335 206 373 14 57 0 2 435 136 113
Binary 11011101 10000110 11111011 1100 101111 0 10 100011101 1011110 1001011

Color Harmonies of #DD86FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD86FB

Black with #DD86FB

Text Example


Text Example

White with #DD86FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD86FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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