Html Css Color HEX #DD80FA Heliotrope

📋 copy color: '#DD80FA'

red 221 ◦ green 128 ◦ blue 250

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

Shades of Heliotrope #DD80FA

Tints of Heliotrope #DD80FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.74%

R = 36.89%
G = 21.37%
B = 41.74%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD80FA (or 0xDD80FA) is known color: Heliotrope. HEX triplet: DD, 80 and FA. RGB value is (221,128,250). Sum of RGB (Red+Green+Blue) = 221+128+250=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 128 (50.39% from 255 or 21.37% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD80FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD80FA is #227F05. Grayscale: #A9A9A9. Windows color (decimal): -2260742 or 16416989. OLE color: 16416989.

HSL color Cylindrical-coordinate representation of color #DD80FA: hue angle of 285.74º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD80FA is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 128 250 -
CMYK 0.12 0.49 0 0.02
HSL 285.74º 0.92% 0.74% -
HSV(B) 285.74º 0.49% 0.98% -
XYZ 54.79 37.71 94.83 -
YUV 169.72 173.31 164.58 -
System Red Green Blue C M Y K H S L
Decimal 221 128 250 0.12 0.49 0 0.02 285.74 0.92 0.74
Hex DD 80 FA C 31 0 2 11E 5C 4A
Octal 335 200 372 14 61 0 2 436 134 112
Binary 11011101 10000000 11111010 1100 110001 0 10 100011110 1011100 1001010

Color Harmonies of #DD80FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD80FA

Black with #DD80FA

Text Example


Text Example

White with #DD80FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD80FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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