Html Css Color HEX #DD59FC Heliotrope

📋 copy color: '#DD59FC'

red 221 ◦ green 89 ◦ blue 252

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

Shades of Heliotrope #DD59FC

Tints of Heliotrope #DD59FC

RGB

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

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

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

R = 39.32%
G = 15.84%
B = 44.84%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD59FC (or 0xDD59FC) is known color: Heliotrope. HEX triplet: DD, 59 and FC. RGB value is (221,89,252). Sum of RGB (Red+Green+Blue) = 221+89+252=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 89 (35.16% from 255 or 15.84% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD59FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD59FC is #22A603. Grayscale: #929292. Windows color (decimal): -2270724 or 16538077. OLE color: 16538077.

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

Color convert

RGB 221 89 252 -
CMYK 0.12 0.65 0 0.01
HSL 288.59º 0.96% 0.67% -
HSV(B) 288.59º 0.65% 0.99% -
XYZ 50.96 29.55 95.11 -
YUV 147.05 187.23 180.75 -
System Red Green Blue C M Y K H S L
Decimal 221 89 252 0.12 0.65 0 0.01 288.59 0.96 0.67
Hex DD 59 FC C 41 0 1 121 60 43
Octal 335 131 374 14 101 0 1 441 140 103
Binary 11011101 1011001 11111100 1100 1000001 0 1 100100001 1100000 1000011

Color Harmonies of #DD59FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD59FC

Black with #DD59FC

Text Example


Text Example

White with #DD59FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD59FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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