Html Css Color HEX #DD55FD Heliotrope

📋 copy color: '#DD55FD'

red 221 ◦ green 85 ◦ blue 253

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

Shades of Heliotrope #DD55FD

Tints of Heliotrope #DD55FD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.21%

 BLUE value IS 253 (99.22% from 255) = 45.26%

R = 39.53%
G = 15.21%
B = 45.26%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD55FD (or 0xDD55FD) is known color: Heliotrope. HEX triplet: DD, 55 and FD. RGB value is (221,85,253). Sum of RGB (Red+Green+Blue) = 221+85+253=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 85 (33.59% from 255 or 15.21% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD55FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD55FD is #22AA02. Grayscale: #909090. Windows color (decimal): -2271747 or 16602589. OLE color: 16602589.

HSL color Cylindrical-coordinate representation of color #DD55FD: hue angle of 288.57º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD55FD is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 85 253 -
CMYK 0.13 0.66 0 0.01
HSL 288.57º 0.98% 0.66% -
HSV(B) 288.57º 0.66% 0.99% -
XYZ 50.8 28.96 95.84 -
YUV 144.82 189.06 182.34 -
System Red Green Blue C M Y K H S L
Decimal 221 85 253 0.13 0.66 0 0.01 288.57 0.98 0.66
Hex DD 55 FD D 42 0 1 121 62 42
Octal 335 125 375 15 102 0 1 441 142 102
Binary 11011101 1010101 11111101 1101 1000010 0 1 100100001 1100010 1000010

Color Harmonies of #DD55FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD55FD

Black with #DD55FD

Text Example


Text Example

White with #DD55FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD55FD; }

 p { color: rgb(221,85,253); }

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

background-color css

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

 a { background-color: rgb(221,85,253); }

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

border-color css

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

 span { border-color: rgb(221,85,253); }

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