Html Css Color HEX #DD58FC Heliotrope

📋 copy color: '#DD58FC'

red 221 ◦ green 88 ◦ blue 252

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

Shades of Heliotrope #DD58FC

Tints of Heliotrope #DD58FC

RGB

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

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

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

R = 39.39%
G = 15.69%
B = 44.92%

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

#DD58FC (or 0xDD58FC) is known color: Heliotrope. HEX triplet: DD, 58 and FC. RGB value is (221,88,252). Sum of RGB (Red+Green+Blue) = 221+88+252=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 88 (34.77% from 255 or 15.69% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD58FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD58FC is #22A703. Grayscale: #919191. Windows color (decimal): -2270980 or 16537821. OLE color: 16537821.

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

Color convert

RGB 221 88 252 -
CMYK 0.12 0.65 0 0.01
HSL 288.66º 0.96% 0.67% -
HSV(B) 288.66º 0.65% 0.99% -
XYZ 50.88 29.38 95.08 -
YUV 146.46 187.56 181.16 -
System Red Green Blue C M Y K H S L
Decimal 221 88 252 0.12 0.65 0 0.01 288.66 0.96 0.67
Hex DD 58 FC C 41 0 1 121 60 43
Octal 335 130 374 14 101 0 1 441 140 103
Binary 11011101 1011000 11111100 1100 1000001 0 1 100100001 1100000 1000011

Color Harmonies of #DD58FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD58FC

Black with #DD58FC

Text Example


Text Example

White with #DD58FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD58FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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