Html Css Color HEX #DF60F1 Heliotrope

📋 copy color: '#DF60F1'

red 223 ◦ green 96 ◦ blue 241

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

Shades of Heliotrope #DF60F1

Tints of Heliotrope #DF60F1

RGB

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

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

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

R = 39.82%
G = 17.14%
B = 43.04%

CMYK

 C value IS 0.07

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DF60F1 (or 0xDF60F1) is known color: Heliotrope. HEX triplet: DF, 60 and F1. RGB value is (223,96,241). Sum of RGB (Red+Green+Blue) = 223+96+241=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 96 (37.89% from 255 or 17.14% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF60F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF60F1 is #209F0E. Grayscale: #969696. Windows color (decimal): -2137871 or 15818975. OLE color: 15818975.

HSL color Cylindrical-coordinate representation of color #DF60F1: hue angle of 292.55º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF60F1 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 223 96 241 -
CMYK 0.07 0.60 0 0.05
HSL 292.55º 0.84% 0.66% -
HSV(B) 292.55º 0.6% 0.95% -
XYZ 50.49 30.4 86.43 -
YUV 150.5 179.08 179.71 -
System Red Green Blue C M Y K H S L
Decimal 223 96 241 0.07 0.60 0 0.05 292.55 0.84 0.66
Hex DF 60 F1 7 3C 0 5 125 54 42
Octal 337 140 361 7 74 0 5 445 124 102
Binary 11011111 1100000 11110001 111 111100 0 101 100100101 1010100 1000010

Color Harmonies of #DF60F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF60F1

Black with #DF60F1

Text Example


Text Example

White with #DF60F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF60F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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