Html Css Color HEX #DD73EB Heliotrope

📋 copy color: '#DD73EB'

red 221 ◦ green 115 ◦ blue 235

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

Shades of Heliotrope #DD73EB

Tints of Heliotrope #DD73EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.16%

R = 38.7%
G = 20.14%
B = 41.16%

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

#DD73EB (or 0xDD73EB) is known color: Heliotrope. HEX triplet: DD, 73 and EB. RGB value is (221,115,235). Sum of RGB (Red+Green+Blue) = 221+115+235=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 115 (45.31% from 255 or 20.14% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #DD73EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD73EB is #228C14. Grayscale: #9F9F9F. Windows color (decimal): -2264085 or 15430621. OLE color: 15430621.

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

Color convert

RGB 221 115 235 -
CMYK 0.06 0.51 0 0.08
HSL 293º 0.75% 0.69% -
HSV(B) 293º 0.51% 0.92% -
XYZ 50.94 33.63 82.4 -
YUV 160.37 170.12 171.24 -
System Red Green Blue C M Y K H S L
Decimal 221 115 235 0.06 0.51 0 0.08 293 0.75 0.69
Hex DD 73 EB 6 33 0 8 125 4B 45
Octal 335 163 353 6 63 0 10 445 113 105
Binary 11011101 1110011 11101011 110 110011 0 1000 100100101 1001011 1000101

Color Harmonies of #DD73EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD73EB

Black with #DD73EB

Text Example


Text Example

White with #DD73EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD73EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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