Html Css Color HEX #DD73EA Heliotrope

📋 copy color: '#DD73EA'

red 221 ◦ green 115 ◦ blue 234

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

Shades of Heliotrope #DD73EA

Tints of Heliotrope #DD73EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.05%

R = 38.77%
G = 20.18%
B = 41.05%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DD73EA (or 0xDD73EA) is known color: Heliotrope. HEX triplet: DD, 73 and EA. RGB value is (221,115,234). Sum of RGB (Red+Green+Blue) = 221+115+234=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 115 (45.31% from 255 or 20.18% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD73EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD73EA is #228C15. Grayscale: #9F9F9F. Windows color (decimal): -2264086 or 15365085. OLE color: 15365085.

HSL color Cylindrical-coordinate representation of color #DD73EA: hue angle of 293.45º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD73EA is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 115 234 -
CMYK 0.06 0.51 0 0.08
HSL 293.45º 0.74% 0.68% -
HSV(B) 293.45º 0.51% 0.92% -
XYZ 50.8 33.57 81.64 -
YUV 160.26 169.62 171.32 -
System Red Green Blue C M Y K H S L
Decimal 221 115 234 0.06 0.51 0 0.08 293.45 0.74 0.68
Hex DD 73 EA 6 33 0 8 125 4A 44
Octal 335 163 352 6 63 0 10 445 112 104
Binary 11011101 1110011 11101010 110 110011 0 1000 100100101 1001010 1000100

Color Harmonies of #DD73EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD73EA

Black with #DD73EA

Text Example


Text Example

White with #DD73EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD73EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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