Html Css Color HEX #DD59FA Heliotrope

📋 copy color: '#DD59FA'

red 221 ◦ green 89 ◦ blue 250

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

Shades of Heliotrope #DD59FA

Tints of Heliotrope #DD59FA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 15.89%

 BLUE value IS 250 (98.05% from 255) = 44.64%

R = 39.46%
G = 15.89%
B = 44.64%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD59FA (or 0xDD59FA) is known color: Heliotrope. HEX triplet: DD, 59 and FA. RGB value is (221,89,250). Sum of RGB (Red+Green+Blue) = 221+89+250=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 89 (35.16% from 255 or 15.89% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD59FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD59FA is #22A605. Grayscale: #929292. Windows color (decimal): -2270726 or 16407005. OLE color: 16407005.

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

Color convert

RGB 221 89 250 -
CMYK 0.12 0.64 0 0.02
HSL 289.19º 0.94% 0.66% -
HSV(B) 289.19º 0.64% 0.98% -
XYZ 50.65 29.42 93.45 -
YUV 146.82 186.23 180.91 -
System Red Green Blue C M Y K H S L
Decimal 221 89 250 0.12 0.64 0 0.02 289.19 0.94 0.66
Hex DD 59 FA C 40 0 2 121 5E 42
Octal 335 131 372 14 100 0 2 441 136 102
Binary 11011101 1011001 11111010 1100 1000000 0 10 100100001 1011110 1000010

Color Harmonies of #DD59FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD59FA

Black with #DD59FA

Text Example


Text Example

White with #DD59FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD59FA; }

 p { color: rgb(221,89,250); }

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

background-color css

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

 a { background-color: rgb(221,89,250); }

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

border-color css

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

 span { border-color: rgb(221,89,250); }

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