Html Css Color HEX #DD59FF Heliotrope

📋 copy color: '#DD59FF'

red 221 ◦ green 89 ◦ blue 255

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

Shades of Heliotrope #DD59FF

Tints of Heliotrope #DD59FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.13%

R = 39.12%
G = 15.75%
B = 45.13%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD59FF (or 0xDD59FF) is known color: Heliotrope. HEX triplet: DD, 59 and FF. RGB value is (221,89,255). Sum of RGB (Red+Green+Blue) = 221+89+255=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 89 (35.16% from 255 or 15.75% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD59FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD59FF is #22A600. Grayscale: #929292. Windows color (decimal): -2270721 or 16734685. OLE color: 16734685.

HSL color Cylindrical-coordinate representation of color #DD59FF: hue angle of 287.71º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD59FF is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 221 89 255 -
CMYK 0.13 0.65 0 0
HSL 287.71º 1% 0.67% -
HSV(B) 287.71º 0.65% 1% -
XYZ 51.44 29.74 97.64 -
YUV 147.39 188.73 180.5 -
System Red Green Blue C M Y K H S L
Decimal 221 89 255 0.13 0.65 0 0 287.71 1 0.67
Hex DD 59 FF D 41 0 0 120 64 43
Octal 335 131 377 15 101 0 0 440 144 103
Binary 11011101 1011001 11111111 1101 1000001 0 0 100100000 1100100 1000011

Color Harmonies of #DD59FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD59FF

Black with #DD59FF

Text Example


Text Example

White with #DD59FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD59FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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