Html Css Color HEX #DD59F4 Heliotrope

📋 copy color: '#DD59F4'

red 221 ◦ green 89 ◦ blue 244

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

Shades of Heliotrope #DD59F4

Tints of Heliotrope #DD59F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 44.04%

R = 39.89%
G = 16.06%
B = 44.04%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DD59F4 (or 0xDD59F4) is known color: Heliotrope. HEX triplet: DD, 59 and F4. RGB value is (221,89,244). Sum of RGB (Red+Green+Blue) = 221+89+244=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 89 (35.16% from 255 or 16.06% from 554); Blue value is 244 (95.70% from 255 or 44.04% from 554); Max value from RGB is 244 - color contains mainly: blue. Hex color #DD59F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD59F4 is #22A60B. Grayscale: #919191. Windows color (decimal): -2270732 or 16013789. OLE color: 16013789.

HSL color Cylindrical-coordinate representation of color #DD59F4: hue angle of 291.1º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD59F4 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 89 244 -
CMYK 0.09 0.64 0 0.04
HSL 291.1º 0.88% 0.65% -
HSV(B) 291.1º 0.64% 0.96% -
XYZ 49.72 29.05 88.57 -
YUV 146.14 183.23 181.4 -
System Red Green Blue C M Y K H S L
Decimal 221 89 244 0.09 0.64 0 0.04 291.1 0.88 0.65
Hex DD 59 F4 9 40 0 4 123 58 41
Octal 335 131 364 11 100 0 4 443 130 101
Binary 11011101 1011001 11110100 1001 1000000 0 100 100100011 1011000 1000001

Color Harmonies of #DD59F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD59F4

Black with #DD59F4

Text Example


Text Example

White with #DD59F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD59F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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