Html Css Color HEX #DD54F6 Heliotrope

📋 copy color: '#DD54F6'

red 221 ◦ green 84 ◦ blue 246

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

Shades of Heliotrope #DD54F6

Tints of Heliotrope #DD54F6

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.25%

 BLUE value IS 246 (96.48% from 255) = 44.65%

R = 40.11%
G = 15.25%
B = 44.65%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DD54F6 (or 0xDD54F6) is known color: Heliotrope. HEX triplet: DD, 54 and F6. RGB value is (221,84,246). Sum of RGB (Red+Green+Blue) = 221+84+246=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 84 (33.20% from 255 or 15.25% from 551); Blue value is 246 (96.48% from 255 or 44.65% from 551); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD54F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD54F6 is #22AB09. Grayscale: #8E8E8E. Windows color (decimal): -2272010 or 16143581. OLE color: 16143581.

HSL color Cylindrical-coordinate representation of color #DD54F6: hue angle of 290.74º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD54F6 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 84 246 -
CMYK 0.10 0.66 0 0.04
HSL 290.74º 0.9% 0.65% -
HSV(B) 290.74º 0.66% 0.96% -
XYZ 49.62 28.37 90.05 -
YUV 143.43 185.89 183.33 -
System Red Green Blue C M Y K H S L
Decimal 221 84 246 0.10 0.66 0 0.04 290.74 0.9 0.65
Hex DD 54 F6 A 42 0 4 123 5A 41
Octal 335 124 366 12 102 0 4 443 132 101
Binary 11011101 1010100 11110110 1010 1000010 0 100 100100011 1011010 1000001

Color Harmonies of #DD54F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD54F6

Black with #DD54F6

Text Example


Text Example

White with #DD54F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD54F6; }

 p { color: rgb(221,84,246); }

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

background-color css

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

 a { background-color: rgb(221,84,246); }

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

border-color css

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

 span { border-color: rgb(221,84,246); }

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