Html Css Color HEX #DF60EF Heliotrope

📋 copy color: '#DF60EF'

red 223 ◦ green 96 ◦ blue 239

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

Shades of Heliotrope #DF60EF

Tints of Heliotrope #DF60EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.83%

R = 39.96%
G = 17.2%
B = 42.83%

CMYK

 C value IS 0.07

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DF60EF (or 0xDF60EF) is known color: Heliotrope. HEX triplet: DF, 60 and EF. RGB value is (223,96,239). Sum of RGB (Red+Green+Blue) = 223+96+239=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 96 (37.89% from 255 or 17.20% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF60EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF60EF is #209F10. Grayscale: #959595. Windows color (decimal): -2137873 or 15687903. OLE color: 15687903.

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

Color convert

RGB 223 96 239 -
CMYK 0.07 0.60 0 0.06
HSL 293.29º 0.82% 0.66% -
HSV(B) 293.29º 0.6% 0.94% -
XYZ 50.19 30.29 84.86 -
YUV 150.28 178.08 179.87 -
System Red Green Blue C M Y K H S L
Decimal 223 96 239 0.07 0.60 0 0.06 293.29 0.82 0.66
Hex DF 60 EF 7 3C 0 6 125 52 42
Octal 337 140 357 7 74 0 6 445 122 102
Binary 11011111 1100000 11101111 111 111100 0 110 100100101 1010010 1000010

Color Harmonies of #DF60EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF60EF

Black with #DF60EF

Text Example


Text Example

White with #DF60EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF60EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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