Html Css Color HEX #DF80F1 Heliotrope

📋 copy color: '#DF80F1'

red 223 ◦ green 128 ◦ blue 241

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

Shades of Heliotrope #DF80F1

Tints of Heliotrope #DF80F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.71%

R = 37.67%
G = 21.62%
B = 40.71%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DF80F1 (or 0xDF80F1) is known color: Heliotrope. HEX triplet: DF, 80 and F1. RGB value is (223,128,241). Sum of RGB (Red+Green+Blue) = 223+128+241=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 128 (50.39% from 255 or 21.62% from 592); Blue value is 241 (94.53% from 255 or 40.71% from 592); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF80F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF80F1 is #207F0E. Grayscale: #A8A8A8. Windows color (decimal): -2129679 or 15827167. OLE color: 15827167.

HSL color Cylindrical-coordinate representation of color #DF80F1: hue angle of 290.44º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF80F1 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 223 128 241 -
CMYK 0.07 0.47 0 0.05
HSL 290.44º 0.8% 0.72% -
HSV(B) 290.44º 0.47% 0.95% -
XYZ 54.03 37.48 87.61 -
YUV 169.29 168.47 166.31 -
System Red Green Blue C M Y K H S L
Decimal 223 128 241 0.07 0.47 0 0.05 290.44 0.8 0.72
Hex DF 80 F1 7 2F 0 5 122 50 48
Octal 337 200 361 7 57 0 5 442 120 110
Binary 11011111 10000000 11110001 111 101111 0 101 100100010 1010000 1001000

Color Harmonies of #DF80F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF80F1

Black with #DF80F1

Text Example


Text Example

White with #DF80F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF80F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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