Html Css Color HEX #DD58FF Heliotrope

📋 copy color: '#DD58FF'

red 221 ◦ green 88 ◦ blue 255

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

Shades of Heliotrope #DD58FF

Tints of Heliotrope #DD58FF

RGB

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

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

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

R = 39.18%
G = 15.6%
B = 45.21%

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

#DD58FF (or 0xDD58FF) is known color: Heliotrope. HEX triplet: DD, 58 and FF. RGB value is (221,88,255). Sum of RGB (Red+Green+Blue) = 221+88+255=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 88 (34.77% from 255 or 15.60% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD58FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD58FF is #22A700. Grayscale: #929292. Windows color (decimal): -2270977 or 16734429. OLE color: 16734429.

HSL color Cylindrical-coordinate representation of color #DD58FF: hue angle of 287.78º 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 #DD58FF is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 221 88 255 -
CMYK 0.13 0.65 0 0
HSL 287.78º 1% 0.67% -
HSV(B) 287.78º 0.65% 1% -
XYZ 51.36 29.57 97.61 -
YUV 146.81 189.06 180.92 -
System Red Green Blue C M Y K H S L
Decimal 221 88 255 0.13 0.65 0 0 287.78 1 0.67
Hex DD 58 FF D 41 0 0 120 64 43
Octal 335 130 377 15 101 0 0 440 144 103
Binary 11011101 1011000 11111111 1101 1000001 0 0 100100000 1100100 1000011

Color Harmonies of #DD58FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD58FF

Black with #DD58FF

Text Example


Text Example

White with #DD58FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD58FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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