Html Css Color HEX #DD80EF Heliotrope

📋 copy color: '#DD80EF'

red 221 ◦ green 128 ◦ blue 239

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

Shades of Heliotrope #DD80EF

Tints of Heliotrope #DD80EF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.77%

 BLUE value IS 239 (93.75% from 255) = 40.65%

R = 37.59%
G = 21.77%
B = 40.65%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DD80EF (or 0xDD80EF) is known color: Heliotrope. HEX triplet: DD, 80 and EF. RGB value is (221,128,239). Sum of RGB (Red+Green+Blue) = 221+128+239=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 128 (50.39% from 255 or 21.77% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD80EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD80EF is #227F10. Grayscale: #A8A8A8. Windows color (decimal): -2260753 or 15696093. OLE color: 15696093.

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

Color convert

RGB 221 128 239 -
CMYK 0.08 0.46 0 0.06
HSL 290.27º 0.78% 0.72% -
HSV(B) 290.27º 0.46% 0.94% -
XYZ 53.12 37.04 86.01 -
YUV 168.46 167.81 165.47 -
System Red Green Blue C M Y K H S L
Decimal 221 128 239 0.08 0.46 0 0.06 290.27 0.78 0.72
Hex DD 80 EF 8 2E 0 6 122 4E 48
Octal 335 200 357 10 56 0 6 442 116 110
Binary 11011101 10000000 11101111 1000 101110 0 110 100100010 1001110 1001000

Color Harmonies of #DD80EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD80EF

Black with #DD80EF

Text Example


Text Example

White with #DD80EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD80EF; }

 p { color: rgb(221,128,239); }

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

background-color css

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

 a { background-color: rgb(221,128,239); }

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

border-color css

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

 span { border-color: rgb(221,128,239); }

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