Html Css Color HEX #DD73ED Heliotrope

📋 copy color: '#DD73ED'

red 221 ◦ green 115 ◦ blue 237

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

Shades of Heliotrope #DD73ED

Tints of Heliotrope #DD73ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.36%

R = 38.57%
G = 20.07%
B = 41.36%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD73ED (or 0xDD73ED) is known color: Heliotrope. HEX triplet: DD, 73 and ED. RGB value is (221,115,237). Sum of RGB (Red+Green+Blue) = 221+115+237=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 115 (45.31% from 255 or 20.07% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD73ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD73ED is #228C12. Grayscale: #A0A0A0. Windows color (decimal): -2264083 or 15561693. OLE color: 15561693.

HSL color Cylindrical-coordinate representation of color #DD73ED: hue angle of 292.13º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD73ED is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 115 237 -
CMYK 0.07 0.51 0 0.07
HSL 292.13º 0.77% 0.69% -
HSV(B) 292.13º 0.51% 0.93% -
XYZ 51.24 33.75 83.93 -
YUV 160.6 171.12 171.08 -
System Red Green Blue C M Y K H S L
Decimal 221 115 237 0.07 0.51 0 0.07 292.13 0.77 0.69
Hex DD 73 ED 7 33 0 7 124 4D 45
Octal 335 163 355 7 63 0 7 444 115 105
Binary 11011101 1110011 11101101 111 110011 0 111 100100100 1001101 1000101

Color Harmonies of #DD73ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD73ED

Black with #DD73ED

Text Example


Text Example

White with #DD73ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD73ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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