Html Css Color HEX #DD86FC Heliotrope

📋 copy color: '#DD86FC'

red 221 ◦ green 134 ◦ blue 252

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

Shades of Heliotrope #DD86FC

Tints of Heliotrope #DD86FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.52%

R = 36.41%
G = 22.08%
B = 41.52%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD86FC (or 0xDD86FC) is known color: Heliotrope. HEX triplet: DD, 86 and FC. RGB value is (221,134,252). Sum of RGB (Red+Green+Blue) = 221+134+252=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 134 (52.73% from 255 or 22.08% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD86FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD86FC is #227903. Grayscale: #ADADAD. Windows color (decimal): -2259204 or 16549597. OLE color: 16549597.

HSL color Cylindrical-coordinate representation of color #DD86FC: hue angle of 284.24º degrees, saturation: 0.95, 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 #DD86FC is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 134 252 -
CMYK 0.12 0.47 0 0.01
HSL 284.24º 0.95% 0.76% -
HSV(B) 284.24º 0.47% 0.99% -
XYZ 55.91 39.45 96.76 -
YUV 173.47 172.32 161.91 -
System Red Green Blue C M Y K H S L
Decimal 221 134 252 0.12 0.47 0 0.01 284.24 0.95 0.76
Hex DD 86 FC C 2F 0 1 11C 5F 4C
Octal 335 206 374 14 57 0 1 434 137 114
Binary 11011101 10000110 11111100 1100 101111 0 1 100011100 1011111 1001100

Color Harmonies of #DD86FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD86FC

Black with #DD86FC

Text Example


Text Example

White with #DD86FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD86FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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