Html Css Color HEX #DD73F0 Heliotrope

📋 copy color: '#DD73F0'

red 221 ◦ green 115 ◦ blue 240

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

Shades of Heliotrope #DD73F0

Tints of Heliotrope #DD73F0

RGB

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

 GREEN value IS 115 (45.31% from 255) = 19.97%

 BLUE value IS 240 (94.14% from 255) = 41.67%

R = 38.37%
G = 19.97%
B = 41.67%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DD73F0 (or 0xDD73F0) is known color: Heliotrope. HEX triplet: DD, 73 and F0. RGB value is (221,115,240). Sum of RGB (Red+Green+Blue) = 221+115+240=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 115 (45.31% from 255 or 19.97% from 576); Blue value is 240 (94.14% from 255 or 41.67% from 576); Max value from RGB is 240 - color contains mainly: blue. Hex color #DD73F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD73F0 is #228C0F. Grayscale: #A0A0A0. Windows color (decimal): -2264080 or 15758301. OLE color: 15758301.

HSL color Cylindrical-coordinate representation of color #DD73F0: hue angle of 290.88º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD73F0 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 115 240 -
CMYK 0.08 0.52 0 0.06
HSL 290.88º 0.81% 0.7% -
HSV(B) 290.88º 0.52% 0.94% -
XYZ 51.68 33.92 86.26 -
YUV 160.94 172.62 170.84 -
System Red Green Blue C M Y K H S L
Decimal 221 115 240 0.08 0.52 0 0.06 290.88 0.81 0.7
Hex DD 73 F0 8 34 0 6 123 51 46
Octal 335 163 360 10 64 0 6 443 121 106
Binary 11011101 1110011 11110000 1000 110100 0 110 100100011 1010001 1000110

Color Harmonies of #DD73F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD73F0

Black with #DD73F0

Text Example


Text Example

White with #DD73F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD73F0; }

 p { color: rgb(221,115,240); }

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

background-color css

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

 a { background-color: rgb(221,115,240); }

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

border-color css

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

 span { border-color: rgb(221,115,240); }

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