Html Css Color HEX #DD73EE Heliotrope

📋 copy color: '#DD73EE'

red 221 ◦ green 115 ◦ blue 238

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

Shades of Heliotrope #DD73EE

Tints of Heliotrope #DD73EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.46%

R = 38.5%
G = 20.03%
B = 41.46%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD73EE (or 0xDD73EE) is known color: Heliotrope. HEX triplet: DD, 73 and EE. RGB value is (221,115,238). Sum of RGB (Red+Green+Blue) = 221+115+238=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 115 (45.31% from 255 or 20.03% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD73EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD73EE is #228C11. Grayscale: #A0A0A0. Windows color (decimal): -2264082 or 15627229. OLE color: 15627229.

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

Color convert

RGB 221 115 238 -
CMYK 0.07 0.52 0 0.07
HSL 291.71º 0.78% 0.69% -
HSV(B) 291.71º 0.52% 0.93% -
XYZ 51.38 33.81 84.71 -
YUV 160.72 171.62 171 -
System Red Green Blue C M Y K H S L
Decimal 221 115 238 0.07 0.52 0 0.07 291.71 0.78 0.69
Hex DD 73 EE 7 34 0 7 124 4E 45
Octal 335 163 356 7 64 0 7 444 116 105
Binary 11011101 1110011 11101110 111 110100 0 111 100100100 1001110 1000101

Color Harmonies of #DD73EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD73EE

Black with #DD73EE

Text Example


Text Example

White with #DD73EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD73EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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