Html Css Color HEX #DD53F5 Heliotrope

📋 copy color: '#DD53F5'

red 221 ◦ green 83 ◦ blue 245

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

Shades of Heliotrope #DD53F5

Tints of Heliotrope #DD53F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 44.63%

R = 40.26%
G = 15.12%
B = 44.63%

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

#DD53F5 (or 0xDD53F5) is known color: Heliotrope. HEX triplet: DD, 53 and F5. RGB value is (221,83,245). Sum of RGB (Red+Green+Blue) = 221+83+245=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 83 (32.81% from 255 or 15.12% from 549); Blue value is 245 (96.09% from 255 or 44.63% from 549); Max value from RGB is 245 - color contains mainly: blue. Hex color #DD53F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD53F5 is #22AC0A. Grayscale: #8E8E8E. Windows color (decimal): -2272267 or 16077789. OLE color: 16077789.

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

Color convert

RGB 221 83 245 -
CMYK 0.10 0.66 0 0.04
HSL 291.11º 0.89% 0.64% -
HSV(B) 291.11º 0.66% 0.96% -
XYZ 49.39 28.15 89.22 -
YUV 142.73 185.72 183.83 -
System Red Green Blue C M Y K H S L
Decimal 221 83 245 0.10 0.66 0 0.04 291.11 0.89 0.64
Hex DD 53 F5 A 42 0 4 123 59 40
Octal 335 123 365 12 102 0 4 443 131 100
Binary 11011101 1010011 11110101 1010 1000010 0 100 100100011 1011001 1000000

Color Harmonies of #DD53F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD53F5

Black with #DD53F5

Text Example


Text Example

White with #DD53F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD53F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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