Html Css Color HEX #DF80FF Heliotrope

📋 copy color: '#DF80FF'

red 223 ◦ green 128 ◦ blue 255

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

Shades of Heliotrope #DF80FF

Tints of Heliotrope #DF80FF

RGB

 RED value IS 223 (87.5% from 255) = 36.8%

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

 BLUE value IS 255 (100% from 255) = 42.08%

R = 36.8%
G = 21.12%
B = 42.08%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DF80FF (or 0xDF80FF) is known color: Heliotrope. HEX triplet: DF, 80 and FF. RGB value is (223,128,255). Sum of RGB (Red+Green+Blue) = 223+128+255=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 128 (50.39% from 255 or 21.12% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF80FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF80FF is #207F00. Grayscale: #AAAAAA. Windows color (decimal): -2129665 or 16744671. OLE color: 16744671.

HSL color Cylindrical-coordinate representation of color #DF80FF: hue angle of 284.88º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF80FF is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 223 128 255 -
CMYK 0.13 0.50 0 0
HSL 284.88º 1% 0.75% -
HSV(B) 284.88º 0.5% 1% -
XYZ 56.2 38.35 99.05 -
YUV 170.88 175.47 165.17 -
System Red Green Blue C M Y K H S L
Decimal 223 128 255 0.13 0.50 0 0 284.88 1 0.75
Hex DF 80 FF D 32 0 0 11D 64 4B
Octal 337 200 377 15 62 0 0 435 144 113
Binary 11011111 10000000 11111111 1101 110010 0 0 100011101 1100100 1001011

Color Harmonies of #DF80FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF80FF

Black with #DF80FF

Text Example


Text Example

White with #DF80FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF80FF; }

 p { color: rgb(223,128,255); }

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

background-color css

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

 a { background-color: rgb(223,128,255); }

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

border-color css

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

 span { border-color: rgb(223,128,255); }

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