Html Css Color HEX #DD58F9 Heliotrope

📋 copy color: '#DD58F9'

red 221 ◦ green 88 ◦ blue 249

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

Shades of Heliotrope #DD58F9

Tints of Heliotrope #DD58F9

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.77%

 BLUE value IS 249 (97.66% from 255) = 44.62%

R = 39.61%
G = 15.77%
B = 44.62%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD58F9 (or 0xDD58F9) is known color: Heliotrope. HEX triplet: DD, 58 and F9. RGB value is (221,88,249). Sum of RGB (Red+Green+Blue) = 221+88+249=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 88 (34.77% from 255 or 15.77% from 558); Blue value is 249 (97.66% from 255 or 44.62% from 558); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD58F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD58F9 is #22A706. Grayscale: #919191. Windows color (decimal): -2270983 or 16341213. OLE color: 16341213.

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

Color convert

RGB 221 88 249 -
CMYK 0.11 0.65 0 0.02
HSL 289.57º 0.93% 0.66% -
HSV(B) 289.57º 0.65% 0.98% -
XYZ 50.41 29.19 92.6 -
YUV 146.12 186.06 181.41 -
System Red Green Blue C M Y K H S L
Decimal 221 88 249 0.11 0.65 0 0.02 289.57 0.93 0.66
Hex DD 58 F9 B 41 0 2 122 5D 42
Octal 335 130 371 13 101 0 2 442 135 102
Binary 11011101 1011000 11111001 1011 1000001 0 10 100100010 1011101 1000010

Color Harmonies of #DD58F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD58F9

Black with #DD58F9

Text Example


Text Example

White with #DD58F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD58F9; }

 p { color: rgb(221,88,249); }

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

background-color css

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

 a { background-color: rgb(221,88,249); }

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

border-color css

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

 span { border-color: rgb(221,88,249); }

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