Html Css Color HEX #DF50FA Heliotrope

📋 copy color: '#DF50FA'

red 223 ◦ green 80 ◦ blue 250

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

Shades of Heliotrope #DF50FA

Tints of Heliotrope #DF50FA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.47%

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

R = 40.33%
G = 14.47%
B = 45.21%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF50FA (or 0xDF50FA) is known color: Heliotrope. HEX triplet: DF, 50 and FA. RGB value is (223,80,250). Sum of RGB (Red+Green+Blue) = 223+80+250=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 80 (31.64% from 255 or 14.47% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF50FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF50FA is #20AF05. Grayscale: #8D8D8D. Windows color (decimal): -2141958 or 16404703. OLE color: 16404703.

HSL color Cylindrical-coordinate representation of color #DF50FA: hue angle of 290.47º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF50FA is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 80 250 -
CMYK 0.11 0.68 0 0.02
HSL 290.47º 0.94% 0.65% -
HSV(B) 290.47º 0.68% 0.98% -
XYZ 50.56 28.33 93.25 -
YUV 142.14 188.88 185.68 -
System Red Green Blue C M Y K H S L
Decimal 223 80 250 0.11 0.68 0 0.02 290.47 0.94 0.65
Hex DF 50 FA B 44 0 2 122 5E 41
Octal 337 120 372 13 104 0 2 442 136 101
Binary 11011111 1010000 11111010 1011 1000100 0 10 100100010 1011110 1000001

Color Harmonies of #DF50FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF50FA

Black with #DF50FA

Text Example


Text Example

White with #DF50FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF50FA; }

 p { color: rgb(223,80,250); }

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

background-color css

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

 a { background-color: rgb(223,80,250); }

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

border-color css

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

 span { border-color: rgb(223,80,250); }

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