Html Css Color HEX #DD53F6 Heliotrope

📋 copy color: '#DD53F6'

red 221 ◦ green 83 ◦ blue 246

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

Shades of Heliotrope #DD53F6

Tints of Heliotrope #DD53F6

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.09%

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

R = 40.18%
G = 15.09%
B = 44.73%

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

#DD53F6 (or 0xDD53F6) is known color: Heliotrope. HEX triplet: DD, 53 and F6. RGB value is (221,83,246). Sum of RGB (Red+Green+Blue) = 221+83+246=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 83 (32.81% from 255 or 15.09% from 550); Blue value is 246 (96.48% from 255 or 44.73% from 550); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD53F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD53F6 is #22AC09. Grayscale: #8E8E8E. Windows color (decimal): -2272266 or 16143325. OLE color: 16143325.

HSL color Cylindrical-coordinate representation of color #DD53F6: hue angle of 290.8º 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 #DD53F6 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 83 246 -
CMYK 0.10 0.66 0 0.04
HSL 290.8º 0.9% 0.65% -
HSV(B) 290.8º 0.66% 0.96% -
XYZ 49.55 28.21 90.02 -
YUV 142.84 186.22 183.75 -
System Red Green Blue C M Y K H S L
Decimal 221 83 246 0.10 0.66 0 0.04 290.8 0.9 0.65
Hex DD 53 F6 A 42 0 4 123 5A 41
Octal 335 123 366 12 102 0 4 443 132 101
Binary 11011101 1010011 11110110 1010 1000010 0 100 100100011 1011010 1000001

Color Harmonies of #DD53F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD53F6

Black with #DD53F6

Text Example


Text Example

White with #DD53F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD53F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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