Html Css Color HEX #DD91F6 Heliotrope

📋 copy color: '#DD91F6'

red 221 ◦ green 145 ◦ blue 246

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

Shades of Heliotrope #DD91F6

Tints of Heliotrope #DD91F6

RGB

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

 GREEN value IS 145 (57.03% from 255) = 23.69%

 BLUE value IS 246 (96.48% from 255) = 40.2%

R = 36.11%
G = 23.69%
B = 40.2%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DD91F6 (or 0xDD91F6) is known color: Heliotrope. HEX triplet: DD, 91 and F6. RGB value is (221,145,246). Sum of RGB (Red+Green+Blue) = 221+145+246=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 145 (57.03% from 255 or 23.69% from 612); Blue value is 246 (96.48% from 255 or 40.20% from 612); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD91F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD91F6 is #226E09. Grayscale: #B2B2B2. Windows color (decimal): -2256394 or 16159197. OLE color: 16159197.

HSL color Cylindrical-coordinate representation of color #DD91F6: hue angle of 285.15º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD91F6 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 145 246 -
CMYK 0.10 0.41 0 0.04
HSL 285.15º 0.85% 0.77% -
HSV(B) 285.15º 0.41% 0.96% -
XYZ 56.58 42.28 92.37 -
YUV 179.24 165.68 157.79 -
System Red Green Blue C M Y K H S L
Decimal 221 145 246 0.10 0.41 0 0.04 285.15 0.85 0.77
Hex DD 91 F6 A 29 0 4 11D 55 4D
Octal 335 221 366 12 51 0 4 435 125 115
Binary 11011101 10010001 11110110 1010 101001 0 100 100011101 1010101 1001101

Color Harmonies of #DD91F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD91F6

Black with #DD91F6

Text Example


Text Example

White with #DD91F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD91F6; }

 p { color: rgb(221,145,246); }

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

background-color css

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

 a { background-color: rgb(221,145,246); }

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

border-color css

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

 span { border-color: rgb(221,145,246); }

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