Html Css Color HEX #DF60FA Heliotrope

📋 copy color: '#DF60FA'

red 223 ◦ green 96 ◦ blue 250

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

Shades of Heliotrope #DF60FA

Tints of Heliotrope #DF60FA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 16.87%

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

R = 39.19%
G = 16.87%
B = 43.94%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF60FA (or 0xDF60FA) is known color: Heliotrope. HEX triplet: DF, 60 and FA. RGB value is (223,96,250). Sum of RGB (Red+Green+Blue) = 223+96+250=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 96 (37.89% from 255 or 16.87% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF60FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF60FA is #209F05. Grayscale: #979797. Windows color (decimal): -2137862 or 16408799. OLE color: 16408799.

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

Color convert

RGB 223 96 250 -
CMYK 0.11 0.62 0 0.02
HSL 289.48º 0.94% 0.68% -
HSV(B) 289.48º 0.62% 0.98% -
XYZ 51.87 30.96 93.68 -
YUV 151.53 183.58 178.98 -
System Red Green Blue C M Y K H S L
Decimal 223 96 250 0.11 0.62 0 0.02 289.48 0.94 0.68
Hex DF 60 FA B 3E 0 2 121 5E 44
Octal 337 140 372 13 76 0 2 441 136 104
Binary 11011111 1100000 11111010 1011 111110 0 10 100100001 1011110 1000100

Color Harmonies of #DF60FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF60FA

Black with #DF60FA

Text Example


Text Example

White with #DF60FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF60FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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